From 7242ad6be45af0d8b10d63130f6cffb18e655718 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 20 Aug 2026 22:48:08 -0400 Subject: dmg2img: update to 1.6.7-6 --- linhes/dmg2img/PKGBUILD | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/linhes/dmg2img/PKGBUILD b/linhes/dmg2img/PKGBUILD index aaed16b..b6f48e9 100644 --- a/linhes/dmg2img/PKGBUILD +++ b/linhes/dmg2img/PKGBUILD @@ -1,31 +1,26 @@ -# Maintainer: Jerome Leclanche +# Maintainer: Pablo Romano +# Original upstream source archive is no longer available. +# Using the Ubuntu source package containing the same upstream snapshot (git20201227.a3e4134). pkgname=dmg2img pkgver=1.6.7 -pkgrel=5 +pkgrel=6 pkgdesc="A CLI tool to uncompress Apple's compressed DMG files to the HFS+ IMG format" arch=("i686" "x86_64") url="http://vu1tur.eu.org/tools/" -license=("GPL2") -depends=("openssl" "bzip2") +license=("GPL-2.0-only") +depends=("openssl" "bzip2" "zlib") source=( - "http://vu1tur.eu.org/tools/$pkgname-$pkgver.tar.gz" - "0001-openssl-1.1-compatibility.patch" + "https://archive.ubuntu.com/ubuntu/pool/universe/d/dmg2img/${pkgname}_$pkgver+git20201227.a3e4134.orig.tar.xz" ) -sha256sums=('02aea6d05c5b810074913b954296ddffaa43497ed720ac0a671da4791ec4d018' - '021f14fc5f3b8dc058b604c6e3be6401124e4cc715df4c7f08a1175ef7e5183b') - -prepare() { - cd "$srcdir/$pkgname-$pkgver" - patch -Np1 --ignore-whitespace -i "$srcdir/0001-openssl-1.1-compatibility.patch" -} +sha256sums=('b802d5c614da9aa21a9b05ba94d02cb3f1d873d0d3f813972f41126a977e4ef4') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/${pkgname}-$pkgver+git20201227.a3e4134" make PREFIX="/usr" } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/${pkgname}-$pkgver+git20201227.a3e4134" make PREFIX="/usr" DESTDIR="$pkgdir" install } -- cgit v0.12