aboutsummaryrefslogtreecommitdiffstats
path: root/community/muacme
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 /community/muacme
parent88cf1dcb5c371de4fe74b08039d09a7d400a326b (diff)
downloadaports-34d72ac2bffab1d89f579a3fb2b0529a9739b2c6.tar.bz2
aports-34d72ac2bffab1d89f579a3fb2b0529a9739b2c6.tar.xz
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]
Diffstat (limited to 'community/muacme')
-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 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname="muacme"
pkgver="0.2.0"
-pkgrel=0
+pkgrel=1
pkgdesc="A convenient wrapper for the ACMEv2 client uacme"
url="https://github.com/jirutka/muacme"
arch="noarch"
license="MIT"
-depends="uacme cmd:openssl"
+depends="uacme openssl"
options="!check" # no tests provided
source="https://github.com/jirutka/muacme/archive/v$pkgver/$pkgname-$pkgver.tar.gz
muacme-renew-all.crond