diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-22 09:05:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-22 09:05:26 +0000 |
commit | 8f3f057030b45d4334f6609ab9b8081c7fbcc622 (patch) | |
tree | 0d940d3ef4ae064d2cc5e4a59abab984906d0351 /main/abuild/APKBUILD | |
parent | 1f5347b54d798340c91ffff6ee963af665ff3564 (diff) | |
download | aports-8f3f057030b45d4334f6609ab9b8081c7fbcc622.tar.bz2 aports-8f3f057030b45d4334f6609ab9b8081c7fbcc622.tar.xz |
main/abuild: hotfix for buildrepo
Diffstat (limited to 'main/abuild/APKBUILD')
-rw-r--r-- | main/abuild/APKBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index b286349364..d4819ba527 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -3,7 +3,7 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild pkgver=2.14.1 _ver=${pkgver%_git*} -pkgrel=0 +pkgrel=1 url=http://git.alpinelinux.org/cgit/abuild/ depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 abuildhelper curl libc-utils" @@ -14,6 +14,7 @@ pkggroups="abuild" arch="all" license=GPL-2 source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$_ver.tar.bz2 + 0001-buildrepo-parse-APKBUILDs-in-subshell.patch " _builddir="$srcdir/$pkgname-$_ver" @@ -51,6 +52,9 @@ cpan() { mv "$pkgdir"/usr/bin/apkbuild-cpan "$subpkgdir"/usr/bin/ } -md5sums="ec7c8e453d4331ac20c164c263234f02 abuild-2.14.1.tar.bz2" -sha256sums="e9ee3df70118f4f5eb6aca00570c8fb8fb5cf79ed08eb653929116384af77c35 abuild-2.14.1.tar.bz2" -sha512sums="3eb14b4d4a104c459a7689d862e9efc29b0a5585101af25604248ad6453c7538c56bfe59f4250e3c56357db37dbf7c04115338c55a4ac0231bb3a61545a83cdf abuild-2.14.1.tar.bz2" +md5sums="ec7c8e453d4331ac20c164c263234f02 abuild-2.14.1.tar.bz2 +d44821805530e9e57a4e27f8fe7f2970 0001-buildrepo-parse-APKBUILDs-in-subshell.patch" +sha256sums="e9ee3df70118f4f5eb6aca00570c8fb8fb5cf79ed08eb653929116384af77c35 abuild-2.14.1.tar.bz2 +d30ff115fe3595c1dbc8efaeb13233527148ac72c966521f04b9c166a5cceee3 0001-buildrepo-parse-APKBUILDs-in-subshell.patch" +sha512sums="3eb14b4d4a104c459a7689d862e9efc29b0a5585101af25604248ad6453c7538c56bfe59f4250e3c56357db37dbf7c04115338c55a4ac0231bb3a61545a83cdf abuild-2.14.1.tar.bz2 +775f1ae3128b4083b33c162e572ce2ef438385f5a40145e719331feb60e10e6ad4d0d2c9a9c7f639a7bd53bb01d93b6e23de030b2a22916f275fcaa1fd34e043 0001-buildrepo-parse-APKBUILDs-in-subshell.patch" |