summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c08bb9ae5c4..e3104ba0ad07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = abuild
pkgdesc = Script to build Alpine Packages
pkgver = 3.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.alpinelinux.org/cgit/abuild/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = abuild
depends = glibc
depends = pax-utils
depends = openssl
- depends = alpine-apk-tools
+ depends = apk-tools
depends = attr
depends = tar
depends = pkgconf
diff --git a/PKGBUILD b/PKGBUILD
index 41401cffd5b5..ad6141f90ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
pkgname="abuild"
pkgver=3.10.0
_ver=${pkgver%_git*}
-pkgrel=1
+pkgrel=2
pkgdesc="Script to build Alpine Packages"
url="https://git.alpinelinux.org/cgit/abuild/"
arch=("i686" "x86_64")
license=("GPL2")
makedepends=("zlib" "pkgconfig" "scdoc")
-depends=("busybox" "glibc" "pax-utils" "openssl" "alpine-apk-tools" "attr" "tar" "pkgconf" "lzip" "curl"
-"bubblewrap" "gettext" "git")
+depends=("busybox" "glibc" "pax-utils" "openssl" "apk-tools" "attr" "tar" "pkgconf" "lzip" "curl" "bubblewrap" "gettext" "git")
optdepends=("perl: for cpan resolver"
"perl-libwww: for cpan resolver"
"perl-json: for cpan resolver"