aboutsummaryrefslogtreecommitdiffstats
path: root/testing/getssl
diff options
context:
space:
mode:
authorLeo Unglaub <leo@unglaub.at>2017-10-24 22:10:02 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2017-10-25 09:57:01 +0200
commit7b4dcc604d0b9c328622658fad86cbc55ca6930f (patch)
tree771123a26e0f73e2ae97000188d10f3a9b5ea29f /testing/getssl
parent210602add5e853c4404103f90165a57a8f2e181f (diff)
downloadaports-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>
Diffstat (limited to 'testing/getssl')
-rw-r--r--testing/getssl/APKBUILD4
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 () {