diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/stunnel/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/stunnel/APKBUILD b/community/stunnel/APKBUILD index 224ce311aa..1e64d3b022 100644 --- a/community/stunnel/APKBUILD +++ b/community/stunnel/APKBUILD @@ -4,12 +4,12 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=stunnel pkgver=5.35 -pkgrel=2 +pkgrel=3 pkgdesc="SSL encryption wrapper between network client and server." url="http://www.stunnel.org/" arch="all" license="GPL2+ with OpenSSL exception" -depends="openssl" +depends="" makedepends="libressl-dev" subpackages="$pkgname-doc" install="$pkgname.pre-install" |