From ae0e4a4e1f05cc2fe7dd371517f1f4d8d663dd4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Thu, 24 Sep 2015 23:54:56 +0200 Subject: [PATCH] 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 --- main/abuild/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index a4d146a3fe8..daf7f891253 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