summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-05-04 00:44:12 +0000
committerZach van Rijn <me@zv.io>2022-05-06 12:37:31 -0500
commitbf8c2c382eb19205de08d8ce7f8de2bdd5847630 (patch)
treefb6188bcdfd4333449b4915461aecffbd22ab16a
parente86bfb8158972cf4945242777c0bf2cf17018dd0 (diff)
downloadpackages-bf8c2c382eb19205de08d8ce7f8de2bdd5847630.tar.gz
packages-bf8c2c382eb19205de08d8ce7f8de2bdd5847630.tar.bz2
packages-bf8c2c382eb19205de08d8ce7f8de2bdd5847630.tar.xz
packages-bf8c2c382eb19205de08d8ce7f8de2bdd5847630.zip
system/debianutils: bump { 4.11 --> 4.11.2 }.
-rw-r--r--system/debianutils/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/debianutils/APKBUILD b/system/debianutils/APKBUILD
index ccc617c40..0d3cd0619 100644
--- a/system/debianutils/APKBUILD
+++ b/system/debianutils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=debianutils
-pkgver=4.11
+pkgver=4.11.2
pkgrel=0
pkgdesc="Miscellaneous utilities from Debian"
url="https://packages.qa.debian.org/d/debianutils.html"
@@ -12,7 +12,8 @@ depends="coreutils mawk" # awk, cat, and rm are required by add-shell
makedepends="grep" # early package, declare these
subpackages="$pkgname-doc $pkgname-which::noarch"
# find timestamp here: https://snapshot.debian.org/package/debianutils/
-source="https://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz"
+source="https://snapshot.debian.org/archive/debian/20200927T204254Z/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz"
+builddir="$srcdir/debianutils"
build() {
./configure \
@@ -38,4 +39,4 @@ which() {
mv "${pkgdir}-doc"/usr/share/man/man1/which* "$subpkgdir"/usr/share/man/man1/
}
-sha512sums="87f6b7d9fecbaff615a5529328d384d8adf4ed69c8cc00acc54681d91fc146f4241a761dde2c9b092cb279b63d30dcaa6c2d0309ef4d29d6a2b09600c53c0ac6 debianutils_4.11.tar.xz"
+sha512sums="0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd debianutils_4.11.2.tar.xz"