diff options
Diffstat (limited to 'system/debianutils/APKBUILD')
-rw-r--r-- | system/debianutils/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/system/debianutils/APKBUILD b/system/debianutils/APKBUILD index 5a6be29d4..0d3cd0619 100644 --- a/system/debianutils/APKBUILD +++ b/system/debianutils/APKBUILD @@ -1,9 +1,9 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=debianutils -pkgver=4.8.6.3 +pkgver=4.11.2 pkgrel=0 -pkgdesc="Useful utilities from Debian" +pkgdesc="Miscellaneous utilities from Debian" url="https://packages.qa.debian.org/d/debianutils.html" arch="all" options="!check" # No test suite. @@ -11,7 +11,9 @@ license="BSD-3-Clause AND GPL-2.0+" depends="coreutils mawk" # awk, cat, and rm are required by add-shell makedepends="grep" # early package, declare these subpackages="$pkgname-doc $pkgname-which::noarch" -source="http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz" +# find timestamp here: https://snapshot.debian.org/package/debianutils/ +source="https://snapshot.debian.org/archive/debian/20200927T204254Z/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz" +builddir="$srcdir/debianutils" build() { ./configure \ @@ -37,4 +39,4 @@ which() { mv "${pkgdir}-doc"/usr/share/man/man1/which* "$subpkgdir"/usr/share/man/man1/ } -sha512sums="c38d1d351de69f270924f05755501d90cb7245c8a3154f91ea8e38978052ffe2ec016d4400c55e2f7d31358cfe134a40c5843a33836900d7e69cce9ee8ace98e debianutils_4.8.6.3.tar.xz" +sha512sums="0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd debianutils_4.11.2.tar.xz" |