diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-06 20:23:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-06 20:24:29 +0000 |
commit | 01b8509e69f65e54720fa8637ed892a1188c6e3f (patch) | |
tree | dda60e5896955b20552c5fa38693d1e2fb5fcb50 /main/abuild/APKBUILD | |
parent | 061807a003e7b58f8aee63d4e0e228cec543114d (diff) | |
download | aports-01b8509e69f65e54720fa8637ed892a1188c6e3f.tar.bz2 aports-01b8509e69f65e54720fa8637ed892a1188c6e3f.tar.xz |
main/abuild: only warn when we think it should have been noarch
Diffstat (limited to 'main/abuild/APKBUILD')
-rw-r--r-- | main/abuild/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index 59620054cd..dd10cd1771 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -2,9 +2,10 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild pkgver=2.7 -pkgrel=0 +pkgrel=1 url=http://git.alpinelinux.org/cgit/abuild/ source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2 + 0001-abuild-only-warn-when-we-think-there-should-have-bee.patch " depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1" makedepends="openssl-dev pkgconfig" @@ -34,4 +35,5 @@ package() { install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf } -md5sums="e6f5e18956d95e75da22adce128b2d52 abuild-2.7.tar.bz2" +md5sums="e6f5e18956d95e75da22adce128b2d52 abuild-2.7.tar.bz2 +865f1e53e76cb77abb356cd6bb5b9588 0001-abuild-only-warn-when-we-think-there-should-have-bee.patch" |