aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-01-07 16:01:39 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-01-07 16:02:21 +0100
commit34d72ac2bffab1d89f579a3fb2b0529a9739b2c6 (patch)
tree39c1ed0ad5b9c6a8fe06865acfbd3f30f185c396
parent88cf1dcb5c371de4fe74b08039d09a7d400a326b (diff)
downloadalpine_aports-34d72ac2bffab1d89f579a3fb2b0529a9739b2c6.tar.bz2
alpine_aports-34d72ac2bffab1d89f579a3fb2b0529a9739b2c6.tar.xz
alpine_aports-34d72ac2bffab1d89f579a3fb2b0529a9739b2c6.zip
community/muacme: fix depends on cmd:openssl
It doesn't work... ERROR: unsatisfiable constraints: cmd:openssl (virtual): provided by: openssl required by: muacme-0.2.0-r0[cmd:openssl]
-rw-r--r--community/muacme/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/muacme/APKBUILD b/community/muacme/APKBUILD
index 9f00e5cabe..140de8fd4e 100644
--- a/community/muacme/APKBUILD
+++ b/community/muacme/APKBUILD
@@ -2,12 +2,12 @@
2# Maintainer: Jakub Jirutka <jakub@jirutka.cz> 2# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
3pkgname="muacme" 3pkgname="muacme"
4pkgver="0.2.0" 4pkgver="0.2.0"
5pkgrel=0 5pkgrel=1
6pkgdesc="A convenient wrapper for the ACMEv2 client uacme" 6pkgdesc="A convenient wrapper for the ACMEv2 client uacme"
7url="https://github.com/jirutka/muacme" 7url="https://github.com/jirutka/muacme"
8arch="noarch" 8arch="noarch"
9license="MIT" 9license="MIT"
10depends="uacme cmd:openssl" 10depends="uacme openssl"
11options="!check" # no tests provided 11options="!check" # no tests provided
12source="https://github.com/jirutka/muacme/archive/v$pkgver/$pkgname-$pkgver.tar.gz 12source="https://github.com/jirutka/muacme/archive/v$pkgver/$pkgname-$pkgver.tar.gz
13 muacme-renew-all.crond 13 muacme-renew-all.crond