summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic2022-12-19 18:18:03 +0100
committerDominic2022-12-19 18:18:03 +0100
commite316dd776ad37e8345d42a479949f6833eb0c4e5 (patch)
tree3921c143d5db969531703777de4e828a5d9787c8
parent8a7d28c32d809006906bc0a42594b03d8b660b55 (diff)
downloadaur-e316dd776ad37e8345d42a479949f6833eb0c4e5.tar.gz
abuild 3.10.0-2
Turns out alpine-apk-tools from the AUR was renamed to apk-tools and moved to community. Previous package apk-tools from the AUR also seems to be gone.
-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"