aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-11-11 14:35:52 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-11-11 14:35:52 +0100
commit4f06bab96047dbc75ced3a6b6478856fdbc219be (patch)
treeee3ff5d8aea912cc2ca4f60409c81ae35205a522
parentab07a00bb5bc8afaa3880b2f6294d6a1a9a9c535 (diff)
community/mblaze: depend on openssl instead of libressl
Alpine switched back to openssl recently.
-rw-r--r--community/mblaze/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mblaze/APKBUILD b/community/mblaze/APKBUILD
index e2d54715634..99b114b326b 100644
--- a/community/mblaze/APKBUILD
+++ b/community/mblaze/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=mblaze
pkgver=0.4
-pkgrel=0
+pkgrel=1
pkgdesc="Unix utilities to deal with Maildir"
url="https://github.com/chneukirchen/mblaze"
arch="all"
@@ -36,7 +36,7 @@ package() {
}
crypto() {
- depends="libressl gnupg"
+ depends="openssl gnupg"
pkgdesc="Scripts for using S/MIME and PGP"
cd "$builddir/contrib"