summaryrefslogtreecommitdiff
path: root/system/abuild/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/abuild/APKBUILD')
-rw-r--r--system/abuild/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/abuild/APKBUILD b/system/abuild/APKBUILD
index cd2bcb0ee..6eb1adcda 100644
--- a/system/abuild/APKBUILD
+++ b/system/abuild/APKBUILD
@@ -2,11 +2,11 @@
pkgname=abuild
pkgver=3.1.0
_ver=${pkgver%_git*}
-pkgrel=1
+pkgrel=2
pkgdesc="Script to build Alpine Packages"
url="http://git.alpinelinux.org/cgit/abuild/"
arch="all"
-license="GPL2"
+license="GPL-2.0"
depends="fakeroot sudo pax-utils openssl apk-tools>=2.0.7-r1 libc-utils
attr libarchive-tools pkgconf patch lzip"
if [ "$CBUILD" = "$CHOST" ]; then
@@ -23,6 +23,7 @@ pkggroups="abuild"
source="http://dev.alpinelinux.org/archive/abuild/abuild-$_ver.tar.xz
posix-abuild.patch
newapkbuild-cmake.patch
+ adelie-customisations.patch
0001-abuild-add-env-option-to-require-tests.patch
"
builddir="$srcdir/$pkgname-$_ver"