aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-11-10 21:37:32 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-11-10 21:37:55 +0000
commita53bb9b7dfd75311b361c103fb8812d7dfc7355a (patch)
treea0d28f4d092e163718eb9743ffeccb31c71ecd88 /main/abuild
parent17081bec8c7cfc0b319b4e8fad87c07504d60a74 (diff)
downloadaports-a53bb9b7dfd75311b361c103fb8812d7dfc7355a.tar.bz2
aports-a53bb9b7dfd75311b361c103fb8812d7dfc7355a.tar.xz
main/abuild: fix rootbld testsuite running
Diffstat (limited to 'main/abuild')
-rw-r--r--main/abuild/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD
index fcb97c7bc2..45b16a8050 100644
--- a/main/abuild/APKBUILD
+++ b/main/abuild/APKBUILD
@@ -2,7 +2,7 @@
pkgname=abuild
pkgver=3.1.0
_ver=${pkgver%_git*}
-pkgrel=2
+pkgrel=3
pkgdesc="Script to build Alpine Packages"
url="http://git.alpinelinux.org/cgit/abuild/"
arch="all"
@@ -22,6 +22,7 @@ options="suid !check"
pkggroups="abuild"
source="http://dev.alpinelinux.org/archive/abuild/abuild-$_ver.tar.xz
0001-abuild-add-env-option-to-require-tests.patch
+ 0001-abuild-rootbld-run-testsuites-if-requested-also-hand.patch
"
builddir="$srcdir/$pkgname-$_ver"
@@ -69,4 +70,5 @@ _rootbld() {
}
sha512sums="bb9093d67942e3a63e4e053692c0bca30940cae05955518206cd9f7029211a188b7f442456ae126e61cbdca224eddb31e967d5cf0637e16893163cc963871a52 abuild-3.1.0.tar.xz
-e02cc44c8ad9dd61c9b80684b8cf5b64477a6fd6221cde9efea2a7594c6e7ce01a51f8bd4b80d72f82f7caf93217979fb0b354c420983891fa93f34c4252a035 0001-abuild-add-env-option-to-require-tests.patch"
+e02cc44c8ad9dd61c9b80684b8cf5b64477a6fd6221cde9efea2a7594c6e7ce01a51f8bd4b80d72f82f7caf93217979fb0b354c420983891fa93f34c4252a035 0001-abuild-add-env-option-to-require-tests.patch
+5d196f302715f5f12ca13b70baea59f49bf3180e35e7a15849e9f9bc24b42a13666ee96666eae02bd31d54f227bb7c1fd5ae2e06dcfe1d7eb41ecfd6b9b3d28e 0001-abuild-rootbld-run-testsuites-if-requested-also-hand.patch"