From 7b4dcc604d0b9c328622658fad86cbc55ca6930f Mon Sep 17 00:00:00 2001 From: Leo Unglaub Date: Tue, 24 Oct 2017 22:10:02 +0200 Subject: 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 --- testing/getssl/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/getssl') 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 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 () { -- cgit v1.2.3