summaryrefslogtreecommitdiff
path: root/system/build-tools
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-25 18:48:16 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-25 18:48:16 -0500
commit358cbaf2451f73a307a676035abbd5b24715ffcc (patch)
tree5c3913f57932456593ee06ed5182274e818e8c44 /system/build-tools
parent47bbfd4ca70f843fee4b806004c9fe30fb795967 (diff)
downloadpackages-358cbaf2451f73a307a676035abbd5b24715ffcc.tar.gz
packages-358cbaf2451f73a307a676035abbd5b24715ffcc.tar.bz2
packages-358cbaf2451f73a307a676035abbd5b24715ffcc.tar.xz
packages-358cbaf2451f73a307a676035abbd5b24715ffcc.zip
system/build-tools: don't dep on non-existant git-perl
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"