diff options
Diffstat (limited to 'system/build-tools/APKBUILD')
-rw-r--r-- | system/build-tools/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD index f5671491e..c6f066e59 100644 --- a/system/build-tools/APKBUILD +++ b/system/build-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=build-tools pkgver=1.0 -pkgrel=10 +pkgrel=11 pkgdesc="Meta-package for user development utilities" url="https://adelielinux.org/" arch="noarch" @@ -16,8 +16,7 @@ depends="bash gettext-tiny gettext-tiny-dev bzip2 gzip unzip xz abuild" [ "${CBUILD}" != "${CHOST}" ] || depends="$depends - git - man-pages" + git" makedepends="" makedepends_host="$depends" options="!check" |