diff options
-rw-r--r-- | system/build-tools/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD index 7924e4674..6b89b6a74 100644 --- a/system/build-tools/APKBUILD +++ b/system/build-tools/APKBUILD @@ -3,7 +3,7 @@ pkgname=build-tools pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Meta-package for user development utilities" url="https://adelielinux.org/" arch="noarch" @@ -14,12 +14,14 @@ depends="bash binutils gcc g++ cmake make diffutils patch - linux-headers + fortify-headers linux-headers mawk bison flex sed git git-perl - bzip2 gzip xz" + bzip2 gzip unzip xz + abuild" makedepends="" options="!check" +provides="build-base" source="" build() { |