diff options
author | Horst G. Burkhardt <horst@adelielinux.org> | 2018-03-30 09:17:32 +0000 |
---|---|---|
committer | Horst G. Burkhardt <horst@adelielinux.org> | 2018-03-30 09:17:32 +0000 |
commit | 785c932108ea622d413108b753ba84d7a164db08 (patch) | |
tree | c8903cf73a4a4dc2386aca00cd8f6318b7217cfd /system | |
parent | 3e9ffa4d3e06fe0818b7cd283e6334674b941004 (diff) | |
parent | eb822e80611d1fc21432f549fb6b6d087d847c1d (diff) | |
download | packages-785c932108ea622d413108b753ba84d7a164db08.tar.gz packages-785c932108ea622d413108b753ba84d7a164db08.tar.bz2 packages-785c932108ea622d413108b753ba84d7a164db08.tar.xz packages-785c932108ea622d413108b753ba84d7a164db08.zip |
Merge branch 'master' of code.foxkit.us:adelie/packages
Diffstat (limited to 'system')
-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" |