~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH v2] testing/acme-client: use release tarball

Details
Message ID
<20210712010002.29037-1-wolf@wolfsden.cz>
DKIM signature
missing
Download raw message
Patch: +5 -10
---
Bump the pkrel.

 testing/acme-client/APKBUILD | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/testing/acme-client/APKBUILD b/testing/acme-client/APKBUILD
index 595867bfcc..48e2a53922 100644
--- a/testing/acme-client/APKBUILD
+++ b/testing/acme-client/APKBUILD
@@ -1,24 +1,17 @@
# 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
pkgrel=1
pkgdesc="Client for issuing certificates from ACME-complaint servers"
url="https://git.sr.ht/~graywolf/acme-client-portable"
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
Details
Message ID
<162637704178.6885.7547105444502882039.gitlab.23048.186194207d3d30562688f51950d24088703c1ab6@listserv.local>
In-Reply-To
<20210712010002.29037-1-wolf@wolfsden.cz> (view parent)
DKIM signature
missing
Download raw message
Thanks!

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23048#note_168332
Reply to thread Export thread (mbox)