diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-04 18:25:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-04 18:25:35 +0000 |
commit | 298adcf12730ebe32c442e3db1c4dc17e572a05d (patch) | |
tree | c2b66f842ad47404d44bbb03a006862e2eccfc0b | |
parent | 0b1389177fa783bc1cb028ded8f0aa64d32d6370 (diff) | |
download | aports-298adcf12730ebe32c442e3db1c4dc17e572a05d.tar.bz2 aports-298adcf12730ebe32c442e3db1c4dc17e572a05d.tar.xz |
core/abuild: added pax-utils to depends
-rw-r--r-- | core/abuild/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/abuild/APKBUILD b/core/abuild/APKBUILD index 0c8cf770e0..c68050df9b 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() { |