diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-28 18:31:27 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-28 18:31:27 -0500 |
commit | e985d9ae121ec6aa67df23690dcb5c1fa4d93e2f (patch) | |
tree | c20c4ff0ea6b1fa38e6e1c1ec8a0da9fb275d276 /system/debianutils | |
parent | 7cb6b1dbabb5a63cbeabecafddf5096e4e8cd61d (diff) | |
download | packages-e985d9ae121ec6aa67df23690dcb5c1fa4d93e2f.tar.gz packages-e985d9ae121ec6aa67df23690dcb5c1fa4d93e2f.tar.bz2 packages-e985d9ae121ec6aa67df23690dcb5c1fa4d93e2f.tar.xz packages-e985d9ae121ec6aa67df23690dcb5c1fa4d93e2f.zip |
system/debianutils: update dependencies
Diffstat (limited to 'system/debianutils')
-rw-r--r-- | system/debianutils/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/debianutils/APKBUILD b/system/debianutils/APKBUILD index 37267b3ec..6c87f1867 100644 --- a/system/debianutils/APKBUILD +++ b/system/debianutils/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=debianutils pkgver=4.8.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Useful utilities from Debian" url="https://packages.qa.debian.org/d/debianutils.html" arch="all" options="!check" # No test suite. license="BSD-3 GPL-2.0" -depends="" -makedepends="mawk grep" # early package, declare these +depends="coreutils mawk" # awk, cat, and rm are required by add-shell +makedepends="grep" # early package, declare these install="" subpackages="$pkgname-doc $pkgname-which" source="http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz" |