diff options
author | Wolf <wolf@wolfsden.cz> | 2021-07-11 02:12:53 +0200 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2021-07-11 00:13:01 +0000 |
commit | 499a71a1b6153cd10011a56a0af12b4fc7f3307d (patch) | |
tree | 7014d6a52f22d5c770593f50b764cbb4035eea9a | |
parent | 2978eecce8defb93d065ee002a174b9c5b337ca9 (diff) | |
download | aports-patches/3551.tar.gz aports-patches/3551.tar.bz2 aports-patches/3551.tar.xz |
testing/acme-client: use release tarballpatches/3551
-rw-r--r-- | testing/acme-client/APKBUILD | 13 |
1 files 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 +" |