diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-09-24 23:54:56 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-30 12:03:20 +0200 |
commit | ae0e4a4e1f05cc2fe7dd371517f1f4d8d663dd4d (patch) | |
tree | a7568a929acba1ba55fe435fe42c2ed74163c53f /main/abuild/APKBUILD | |
parent | 24353e446f9f104edf58e83abc85452576c54e7c (diff) | |
download | aports-ae0e4a4e1f05cc2fe7dd371517f1f4d8d663dd4d.tar.bz2 aports-ae0e4a4e1f05cc2fe7dd371517f1f4d8d663dd4d.tar.xz |
main/abuild: Depend on patch
Some patches can only be applied with GNU patch (example: OpenSSH
aport), thus abuild needs to depend on patch.
See also: e4e72a78d0ea922149226c9880ed095dcd550118
Diffstat (limited to 'main/abuild/APKBUILD')
-rw-r--r-- | main/abuild/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index a4d146a3fe..daf7f89125 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -2,13 +2,13 @@ pkgname=abuild pkgver=2.24.0 _ver=${pkgver%_git*} -pkgrel=7 +pkgrel=8 pkgdesc="Script to build Alpine Packages" url="http://git.alpinelinux.org/cgit/abuild/" arch="all" license="GPL2" depends="fakeroot sudo pax-utils openssl apk-tools>=2.0.7-r1 libc-utils - attr tar pkgconf" + attr tar pkgconf patch" if [ "$CBUILD" = "$CHOST" ]; then depends="$depends curl" fi |