summaryrefslogtreecommitdiffstats
path: root/main/gnutls/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gnutls/APKBUILD')
-rw-r--r--main/gnutls/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/gnutls/APKBUILD b/main/gnutls/APKBUILD
index f8dd61f2..c2af6822 100644
--- a/main/gnutls/APKBUILD
+++ b/main/gnutls/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnutls
pkgver=2.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="A library which provides a secure connection"
url="http://www.gnu.org/software/gnutls/"
license="GPL"
@@ -12,6 +12,8 @@ install=
subpackages="$pkgname-doc $pkgname-dev"
source="http://ftp.gnu.org/pub/gnu/gnutls/$pkgname-$pkgver.tar.bz2"
+depends_dev="libgcrypt-dev libgpg-error-dev"
+
build() {
cd "$srcdir/$pkgname-$pkgver"