diff options
Diffstat (limited to 'system/adelie-base/APKBUILD')
-rw-r--r-- | system/adelie-base/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD index 54dc8a3f1..3f522a67d 100644 --- a/system/adelie-base/APKBUILD +++ b/system/adelie-base/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=adelie-base pkgver=0.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="The Adélie Linux Base System" url="http://adelielinux.org/" arch="noarch" @@ -60,7 +60,7 @@ doc() { } posix() { - depends="at bc cflow cups ed fcron m4 mailx ncompress pax" + depends="at bc cflow cups ed fcron heirloom-pax m4 mailx mawk" pkgdesc="$pkgdesc - Additional POSIX tools" mkdir -p "$subpkgdir" return 0 |