diff options
Diffstat (limited to 'core/abuild/APKBUILD')
-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() { |