aboutsummaryrefslogtreecommitdiffstats
path: root/main/libressl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libressl/APKBUILD')
-rw-r--r--main/libressl/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libressl/APKBUILD b/main/libressl/APKBUILD
index 299808348..f5941b66c 100644
--- a/main/libressl/APKBUILD
+++ b/main/libressl/APKBUILD
@@ -4,7 +4,7 @@
pkgname=libressl
pkgver=2.4.3
_namever=${pkgname}${pkgver%.*}
-pkgrel=1
+pkgrel=2
pkgdesc="Version of the TLS/crypto stack forked from OpenSSL"
url="http://www.libressl.org/"
arch="all"
@@ -12,7 +12,7 @@ license="custom"
depends=""
makedepends="linux-headers"
replaces="openssl"
-subpackages="$_namever-libcrypto:_libs $_namever-libssl:_libs
+subpackages="$pkgname-dbg $_namever-libcrypto:_libs $_namever-libssl:_libs
$_namever-libtls:_libs $pkgname-dev $pkgname-doc"
source="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"