community/mblaze: depend on openssl instead of libressl

Alpine switched back to openssl recently.
This commit is contained in:
Sören Tempel 2018-11-11 14:35:52 +01:00
parent ab07a00bb5
commit 4f06bab960

View File

@ -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"