summaryrefslogtreecommitdiffstats
path: root/main/abuild
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-10-08 09:05:14 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-10-08 09:07:05 +0300
commit31b0fc6988f8d77a8dee7d94e31af3cb342584fc (patch)
treea654b531d71ac909b679712f1510e9c6ee27122e /main/abuild
parentba3bd82b018819f01d3d2cda1fec7a65a891182c (diff)
downloadaports-31b0fc6988f8d77a8dee7d94e31af3cb342584fc.tar.bz2
aports-31b0fc6988f8d77a8dee7d94e31af3cb342584fc.tar.xz
main/abuild: no package uses abuildhelper anymore, remove dependency
Diffstat (limited to 'main/abuild')
-rw-r--r--main/abuild/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD
index 11cca3e7a..4c7c29d1c 100644
--- a/main/abuild/APKBUILD
+++ b/main/abuild/APKBUILD
@@ -3,10 +3,9 @@ pkgdesc="Script to build Alpine Packages"
pkgname=abuild
pkgver=2.17.0
_ver=${pkgver%_git*}
-pkgrel=2
+pkgrel=3
url=http://git.alpinelinux.org/cgit/abuild/
-depends="fakeroot sudo pax-utils openssl apk-tools>=2.0.7-r1 abuildhelper
- libc-utils"
+depends="fakeroot sudo pax-utils openssl apk-tools>=2.0.7-r1 libc-utils"
if [ "$CBUILD" = "$CHOST" ]; then
depends="$depends curl"
fi