summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-04 18:25:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-04 18:25:35 +0000
commit298adcf12730ebe32c442e3db1c4dc17e572a05d (patch)
treec2b66f842ad47404d44bbb03a006862e2eccfc0b
parent0b1389177fa783bc1cb028ded8f0aa64d32d6370 (diff)
downloadaports-298adcf12730ebe32c442e3db1c4dc17e572a05d.tar.bz2
aports-298adcf12730ebe32c442e3db1c4dc17e572a05d.tar.xz
core/abuild: added pax-utils to depends
-rw-r--r--core/abuild/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/abuild/APKBUILD b/core/abuild/APKBUILD
index 0c8cf770..c68050df 100644
--- a/core/abuild/APKBUILD
+++ b/core/abuild/APKBUILD
@@ -2,11 +2,11 @@
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
pkgver=1.15.2
-pkgrel=0
+pkgrel=1
url=http://git.alpinelinux.org/cgit/abuild/
source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2
"
-depends="fakeroot file sudo"
+depends="fakeroot file sudo pax-utils"
license=GPL-2
build() {