diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-08 09:05:14 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-08 09:07:05 +0300 |
commit | 31b0fc6988f8d77a8dee7d94e31af3cb342584fc (patch) | |
tree | a654b531d71ac909b679712f1510e9c6ee27122e /main/abuild/APKBUILD | |
parent | ba3bd82b018819f01d3d2cda1fec7a65a891182c (diff) | |
download | aports-31b0fc6988f8d77a8dee7d94e31af3cb342584fc.tar.bz2 aports-31b0fc6988f8d77a8dee7d94e31af3cb342584fc.tar.xz |
main/abuild: no package uses abuildhelper anymore, remove dependency
Diffstat (limited to 'main/abuild/APKBUILD')
-rw-r--r-- | main/abuild/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index 11cca3e7a0..4c7c29d1c7 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 |