summaryrefslogtreecommitdiff
path: root/system/debianutils
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-07 00:31:01 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-07 00:31:01 +0000
commit2e6d1fb43ce5d624ab54f116f3825306a8a04d04 (patch)
tree4460ebdc7ee571bdb8f283390d75ce228d4f4264 /system/debianutils
parenta212e71c37ba5b18094a273d3c483a256aba2aba (diff)
downloadpackages-2e6d1fb43ce5d624ab54f116f3825306a8a04d04.tar.gz
packages-2e6d1fb43ce5d624ab54f116f3825306a8a04d04.tar.bz2
packages-2e6d1fb43ce5d624ab54f116f3825306a8a04d04.tar.xz
packages-2e6d1fb43ce5d624ab54f116f3825306a8a04d04.zip
system/debianutils: bump to 4.8.6.3
Diffstat (limited to 'system/debianutils')
-rw-r--r--system/debianutils/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/debianutils/APKBUILD b/system/debianutils/APKBUILD
index 01a665967..5a6be29d4 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.8.6.1
+pkgver=4.8.6.3
pkgrel=0
pkgdesc="Useful utilities from Debian"
url="https://packages.qa.debian.org/d/debianutils.html"
@@ -12,7 +12,6 @@ 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"
-builddir="$srcdir/$pkgname"
build() {
./configure \
@@ -38,4 +37,4 @@ which() {
mv "${pkgdir}-doc"/usr/share/man/man1/which* "$subpkgdir"/usr/share/man/man1/
}
-sha512sums="158f024311b3de292bd20df966c0f61285c748597101cee61e81883e0032c1e6a4baccb5c231b28f00ce3afc58a4aaedd64a65641351974c37fdb5f4952b0d2a debianutils_4.8.6.1.tar.xz"
+sha512sums="c38d1d351de69f270924f05755501d90cb7245c8a3154f91ea8e38978052ffe2ec016d4400c55e2f7d31358cfe134a40c5843a33836900d7e69cce9ee8ace98e debianutils_4.8.6.3.tar.xz"