From 6aa7530cd7bc6aacd691b30b1051d03c27014103 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 2 Nov 2009 18:36:09 +0000 Subject: main/abuild: upgrade to 2.0.1 (cherry picked from commit 0a22e81e14044df4b42e9be430d57610ecaaf9de) --- main/abuild/APKBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index fdbe5d42..20fddaf6 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -1,11 +1,10 @@ # Maintainer: Natanael Copa pkgdesc="Script to build Alpine Packages" pkgname=abuild -pkgver=2.0 -pkgrel=1 +pkgver=2.0.1 +pkgrel=0 url=http://git.alpinelinux.org/cgit/abuild/ source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2 - 0001-Revert-abuild-minor-cleanup.patch " depends="fakeroot file sudo pax-utils openssl apk-tools" makedepends="openssl-dev pkgconfig" @@ -13,12 +12,10 @@ license=GPL-2 build() { cd "$srcdir/$pkgname-$pkgver" - patch -p1 -i ../0001-Revert-abuild-minor-cleanup.patch || return 1 make make install DESTDIR="$pkgdir" install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf } -md5sums="8c915c2d87e12731a8dbee8241653a32 abuild-2.0.tar.bz2 -478fa174e76501b2b37c47f2bc491559 0001-Revert-abuild-minor-cleanup.patch" +md5sums="50d4d0552b4ab2a394422b7ff3016124 abuild-2.0.1.tar.bz2" -- cgit v1.2.3