summaryrefslogtreecommitdiff
path: root/system/build-tools
diff options
context:
space:
mode:
Diffstat (limited to 'system/build-tools')
-rw-r--r--system/build-tools/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD
index 12c806fda..39495ec5b 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=6
+pkgrel=7
pkgdesc="Meta-package for user development utilities"
url="https://adelielinux.org/"
arch="noarch"
@@ -16,7 +16,7 @@ depends="bash gettext-tiny gettext-tiny-dev
bzip2 gzip unzip xz
abuild"
[ "${CBUILD}" != "${CHOST}" ] || depends="$depends
- git git-perl
+ git
cmake
man-pages
autoconf automake libtool"