aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-09-05 13:07:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-09-05 13:07:07 +0000
commitb4f7e56a38e724e9430ff272fce150f01182a3e3 (patch)
tree458cf982a1bc25c1d4541e6f3256d861fd8b94ad /main/abuild/APKBUILD
parent40ee1911fff790ce00c83a318580feab74bae820 (diff)
downloadaports-b4f7e56a38e724e9430ff272fce150f01182a3e3.tar.bz2
aports-b4f7e56a38e724e9430ff272fce150f01182a3e3.tar.xz
main/abuild: use correct version number for provides
Diffstat (limited to 'main/abuild/APKBUILD')
-rw-r--r--main/abuild/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD
index 7ea7adf2e8..bb16bc9aed 100644
--- a/main/abuild/APKBUILD
+++ b/main/abuild/APKBUILD
@@ -2,14 +2,15 @@
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
pkgver=2.12.1
-pkgrel=3
+pkgrel=4
url=http://git.alpinelinux.org/cgit/abuild/
source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2
0001-abuild-add-support-for-uncompressed-tar-archives.patch
0001-abuild-use-scanelf-soname-to-find-the-provides-so.patch
0002-abuild-add-provides-information.patch
0001-abuild-add-version-number-to-provides.patch
-
+ 0001-abuild-use-so-as-namespace-for-provides.patch
+ 0001-abuild-include-correct-version-number-for-provides.patch
"
depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 uclibc-utils
abuildhelper curl"
@@ -56,4 +57,6 @@ md5sums="92348750a3354c3ec7b811716543b8e5 abuild-2.12.1.tar.bz2
b04eb6325bf8014ea9fc974344f71a82 0001-abuild-add-support-for-uncompressed-tar-archives.patch
8ba51a92d24d9e54bfdd1133bc2f0f8d 0001-abuild-use-scanelf-soname-to-find-the-provides-so.patch
454e0c6a8a3ee97ec4b00874203f700c 0002-abuild-add-provides-information.patch
-e8e910f86ed1892bd46facb88164a27b 0001-abuild-add-version-number-to-provides.patch"
+e8e910f86ed1892bd46facb88164a27b 0001-abuild-add-version-number-to-provides.patch
+1b3e30efede1bccff3f2686a4355a71d 0001-abuild-use-so-as-namespace-for-provides.patch
+ddeb905afd9a486902f70eea824fcd05 0001-abuild-include-correct-version-number-for-provides.patch"