diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-07 16:01:39 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-07 16:01:39 +0100 |
commit | 561e27ca9c2c3bb06b3c9c957593861af601eb35 (patch) | |
tree | 62c04e79b35afb6b0fdae3601d9ddc3e8024dd4c | |
parent | 3a60d465c83e0f5ba7e5e8b13ab1df7c6420582e (diff) | |
download | aports-561e27ca9c2c3bb06b3c9c957593861af601eb35.tar.bz2 aports-561e27ca9c2c3bb06b3c9c957593861af601eb35.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]
-rw-r--r-- | community/muacme/APKBUILD | 4 |
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 |