summaryrefslogtreecommitdiffstats
path: root/core/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-02 09:34:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-02 09:34:10 +0000
commit4452cc5a19280ba8a80f8dc9468592a578e6763c (patch)
treee44245fcfc908ebdd21e1a5f6fc0e34ef230b1b9 /core/abuild
parent476ace05fd88860b188399a92ac9a3c7091c3bc6 (diff)
downloadaports-4452cc5a19280ba8a80f8dc9468592a578e6763c.tar.bz2
aports-4452cc5a19280ba8a80f8dc9468592a578e6763c.tar.xz
core/abuild: upgrade to 1.7
Diffstat (limited to 'core/abuild')
-rw-r--r--core/abuild/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/abuild/APKBUILD b/core/abuild/APKBUILD
index ffe4c7dd..895ac7f3 100644
--- a/core/abuild/APKBUILD
+++ b/core/abuild/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
-pkgver=1.6
+pkgver=1.7
pkgrel=0
url=http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/
source="http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/snapshot/abuild-$pkgver.tar.bz2
@@ -10,9 +10,9 @@ depends="fakeroot file sudo"
license=GPL-2
build() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$pkgname-$pkgver"
make install DESTDIR="$pkgdir"
install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf
}
-md5sums="a80c0b7655cb0a6c4d60a885ce60df38 abuild-1.6.tar.bz2"
+md5sums="f29210ccbe89bf7b52907fddb1bc8646 abuild-1.7.tar.bz2"