summaryrefslogtreecommitdiffstats
path: root/core/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-27 21:43:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-27 21:43:56 +0000
commitea78b0bb3be2712fd169dd551686ff6eabbb6b00 (patch)
tree8e6cda1432a1cab3973f68624b901112cebd5307 /core/abuild
parent97297c131df457870433d7128fface0e33e94f87 (diff)
downloadaports-ea78b0bb3be2712fd169dd551686ff6eabbb6b00.tar.bz2
aports-ea78b0bb3be2712fd169dd551686ff6eabbb6b00.tar.xz
core/abuild: upgrade to 0.9
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 678e21f4..983293df 100644
--- a/core/abuild/APKBUILD
+++ b/core/abuild/APKBUILD
@@ -1,15 +1,15 @@
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
-pkgver=0.8.2
+pkgver=0.9
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
"
-depends="fakeroot"
+depends="fakeroot file sudo"
license=GPL-2
build() {
cd "$srcdir/$pkgname"
make install DESTDIR="$pkgdir"
}
-md5sums="c3b3d0de0964b9e3a87e22af6f68b0e3 abuild-0.8.2.tar.bz2"
+md5sums="bce5ece283a439c63d9e68d6662e0400 abuild-0.9.tar.bz2"