diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-01-08 09:31:37 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-01-08 09:31:41 +0000 |
commit | ed45d3235534d626b79c4e11680909272813e726 (patch) | |
tree | c31c00dcfd759e2fac0bf374677e03118157c810 /testing/acme.sh | |
parent | 03a47f12fe8db3327d469fa299f7ed82abff798b (diff) | |
download | aports-ed45d3235534d626b79c4e11680909272813e726.tar.bz2 aports-ed45d3235534d626b79c4e11680909272813e726.tar.xz |
testing/acme.sh: bash is not really needed. Removed from depends
Diffstat (limited to 'testing/acme.sh')
-rw-r--r-- | testing/acme.sh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/acme.sh/APKBUILD b/testing/acme.sh/APKBUILD index 4d709c3f87..99ef227a05 100644 --- a/testing/acme.sh/APKBUILD +++ b/testing/acme.sh/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=acme.sh pkgver=2.7.9 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME Shell script, an acme client alternative to certbot" url="https://github.com/Neilpang/acme.sh" arch="noarch" license="GPL-3.0" -depends="curl bash" +depends="curl" source="$pkgname-$pkgver.tar.gz::https://github.com/Neilpang/acme.sh/archive/$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |