~alpine/aports

testing/acme-client: use release tarball v1 REJECTED

Wolf: 1
 testing/acme-client: use release tarball

 1 files changed, 4 insertions(+), 9 deletions(-)
Wolf <wolf@wolfsden.cz> replied via email:

```
On 2021-07-11 12:49:39 -0000, Andy Postnikov wrote:
Next
Hi! 

Without a `pkgrel` bump, the builders won't pick it up :)
-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23024#note_167656
Wolf <wolf@wolfsden.cz> replied via email:

```
On 2021-07-11 18:31:32 -0000, Dylan Van Assche wrote:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3551/mbox | git am -3
Learn more about email & git

[PATCH] testing/acme-client: use release tarball Export this patch

---
 testing/acme-client/APKBUILD | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/testing/acme-client/APKBUILD b/testing/acme-client/APKBUILD
index 595867bfcc..27eaac64f1 100644
--- a/testing/acme-client/APKBUILD
+++ b/testing/acme-client/APKBUILD
@@ -1,7 +1,6 @@
# Contributor: Jordan Christiansen <xordspar0@gmail.com>
# Maintainer: Jordan Christiansen <xordspar0@gmail.com>
pkgname=acme-client
_reponame=acme-client-portable
pkgver=1.2.0
pkgrel=0
pkgdesc="Client for issuing certificates from ACME-complaint servers"
@@ -10,15 +9,9 @@ arch="all"
license="ISC"
makedepends="openssl-dev byacc automake autoconf"
subpackages="$pkgname-doc"
source="$pkgname-v$pkgver.tar.gz::https://git.sr.ht/~graywolf/$_reponame/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_reponame-v$pkgver"
source="https://data.wolfsden.cz/sources/acme-client-$pkgver.tar.gz"
options="!check" # Upstream has no tests.

prepare() {
	default_prepare
	autoreconf -fi
}

build() {
	./configure \
		--build=$CBUILD \
@@ -34,4 +27,6 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="c4cef43bca99516296271380680181b15a3be50b15c4af7297508d5b09dd07ba03614c88cca2b944fcb8739ca0178f8f90fd2e999d349a684059e32d5d18586b  acme-client-v1.2.0.tar.gz"
sha512sums="
205e89c700aa97b661a9adcb6fadbd804ffb216d80fea7cd31aeda73e780db9312159983376cb0d3f87309d0cc9015dd384e75147d5cf126ef872297fe05a38d  acme-client-1.2.0.tar.gz
"
-- 
2.32.0
needs bump pkgrel

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23024#note_167634
Merged as https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23048

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23024#note_167731