aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-18 12:38:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-18 12:38:12 +0000
commitbc97fb061b3259f53b68b4a17b64c1d78cfd4f0e (patch)
treef502f79bf28d9b783db83e69e997572d6ec6ffd8 /main
parent397a3bbe2c3569dd1fedc7062a2fe4e80263bae5 (diff)
main/abuild: upgrade to 3.5.0_rc3
Diffstat (limited to 'main')
-rw-r--r--main/abuild/0001-abuild-fix-applying-patches-from-https.patch28
-rw-r--r--main/abuild/APKBUILD8
2 files changed, 3 insertions, 33 deletions
diff --git a/main/abuild/0001-abuild-fix-applying-patches-from-https.patch b/main/abuild/0001-abuild-fix-applying-patches-from-https.patch
deleted file mode 100644
index a3c65ab97f2..00000000000
--- a/main/abuild/0001-abuild-fix-applying-patches-from-https.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From bb0324e39824fc0de14fd4b9ad539849ff27c619 Mon Sep 17 00:00:00 2001
-From: Natanael Copa <ncopa@alpinelinux.org>
-Date: Thu, 28 Nov 2019 12:46:12 +0000
-Subject: [PATCH] abuild: fix applying patches from https
-
-fix patches such as https://dev.alpinelinux.org/archive/domoticz/openzwave-1.6.patch
-
-previously it would only work with the filenamename.patch::$url syntax
----
- abuild.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/abuild.in b/abuild.in
-index 141cc54..5654d8f 100644
---- a/abuild.in
-+++ b/abuild.in
-@@ -682,7 +682,7 @@ default_prepare() {
- case ${i%::*} in
- *.patch)
- msg "${i%::*}"
-- patch ${patch_args:--p1} -i "$srcdir/${i%::*}" || return 1
-+ patch ${patch_args:--p1} -i "$srcdir/$(filename_from_uri $i)" || return 1
- ;;
- esac
- done
---
-2.24.0
-
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD
index c8b9a30a2fc..14576e182ce 100644
--- a/main/abuild/APKBUILD
+++ b/main/abuild/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=abuild
-pkgver=3.5.0_rc2
+pkgver=3.5.0_rc3
_ver=${pkgver%_git*}
-pkgrel=1
+pkgrel=0
pkgdesc="Script to build Alpine Packages"
url="https://git.alpinelinux.org/cgit/abuild/"
arch="all"
@@ -21,7 +21,6 @@ subpackages="apkbuild-cpan:cpan:noarch apkbuild-gem-resolver:gems:noarch
options="suid !check"
pkggroups="abuild"
source="https://dev.alpinelinux.org/archive/abuild/abuild-$_ver.tar.xz
- 0001-abuild-fix-applying-patches-from-https.patch
"
builddir="$srcdir/$pkgname-$_ver"
@@ -69,5 +68,4 @@ _rootbld() {
mkdir -p "$subpkgdir"
}
-sha512sums="7c317d75f8fa64ac2a0674873edc937bcd8fb3d322e5cdf10874fe5ec87fec0ebe3a1d29d50e919376b10135d252659372ffb62e08418158146734fd13f46602 abuild-3.5.0_rc2.tar.xz
-7b565481a85a7094a9f61f39ee44ba3c1f3d5bfeed7a5279c57c14447e94f65b613d56d26d197639ab280745e48c51ff7915fd0570a570d29dd7e2490b298dc7 0001-abuild-fix-applying-patches-from-https.patch"
+sha512sums="c24041173557199ac0f702dd4dd33c4d4db555408ac09a06fda680d6b1b8599bab04ba13992ac163ffd28f4828cc20ee6ecbf67eb572fee6fe19bacf93a4f9cb abuild-3.5.0_rc3.tar.xz"