aboutsummaryrefslogtreecommitdiffstats
path: root/community/acme.sh
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-29 16:51:07 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-29 20:21:31 +0000
commit56016bd47609d9f858a98525fabe65617eebf9ed (patch)
treeda490072db1f60299744aca967f7524e246877cd /community/acme.sh
parentb4ef7cc4f48b8755693ef439234968747194f78a (diff)
downloadaports-56016bd47609d9f858a98525fabe65617eebf9ed.tar.bz2
aports-56016bd47609d9f858a98525fabe65617eebf9ed.tar.xz
community/acme.sh: fix license
Diffstat (limited to 'community/acme.sh')
-rw-r--r--community/acme.sh/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/acme.sh/APKBUILD b/community/acme.sh/APKBUILD
index 05c9b91aa2..a8e475eb15 100644
--- a/community/acme.sh/APKBUILD
+++ b/community/acme.sh/APKBUILD
@@ -2,15 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=acme.sh
pkgver=2.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="An ACME Shell script, an acme client alternative to certbot"
options="!check" # No testsuite
url="https://github.com/Neilpang/acme.sh"
arch="noarch"
-license="GPL-3.0"
+license="GPL-3.0-only"
depends="curl cmd:openssl"
source="$pkgname-$pkgver.tar.gz::https://github.com/Neilpang/acme.sh/archive/$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
package() {
install -dm755 "$pkgdir"/usr/share/acme.sh/deploy