diff options
author | Leo Unglaub <leo@unglaub.at> | 2017-10-24 22:10:02 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-25 09:57:01 +0200 |
commit | 7b4dcc604d0b9c328622658fad86cbc55ca6930f (patch) | |
tree | 771123a26e0f73e2ae97000188d10f3a9b5ea29f | |
parent | 210602add5e853c4404103f90165a57a8f2e181f (diff) | |
download | aports-7b4dcc604d0b9c328622658fad86cbc55ca6930f.tar.bz2 aports-7b4dcc604d0b9c328622658fad86cbc55ca6930f.tar.xz |
testing/getssl: Fix the runtime dependency
The port currently needs bash. There is an open ticket
to fix this, but there is no progress in the issue.
* https://github.com/srvrco/getssl/issues/31
Signed-off-by: Leo Unglaub <leo@unglaub.at>
-rw-r--r-- | testing/getssl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/getssl/APKBUILD b/testing/getssl/APKBUILD index aa3827fd80..77334b27f0 100644 --- a/testing/getssl/APKBUILD +++ b/testing/getssl/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Leo Unglaub <leo@unglaub.at> pkgname=getssl pkgver=2.10 -pkgrel=0 +pkgrel=1 pkgdesc="A pure shell implementation of the LetsEncrypt ACME protocol." url="https://github.com/srvrco/getssl" arch="noarch" license="GPL-3.0" -depends="curl" +depends="curl bash" source="$pkgname-$pkgver.tar.gz::https://github.com/srvrco/$pkgname/archive/v$pkgver.tar.gz" package () { |