mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/mblaze: depend on openssl instead of libressl
Alpine switched back to openssl recently.
This commit is contained in:
parent
ab07a00bb5
commit
4f06bab960
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user