summaryrefslogtreecommitdiff
path: root/extra/gnutls
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-01 09:26:02 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-01 09:26:02 -0300
commit0a3fcfa45dd6a820799b111a8bac0830faf459e5 (patch)
treeee0d56252a19caafe61e05716e1a0daf49402a3b /extra/gnutls
parentcf1a5af5ed7c29ec510e4606473103cffe96c245 (diff)
parent83a318800db22408628e60c9e1730578efcfee37 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/webfs/PKGBUILD extra/gconf-editor/PKGBUILD extra/gnutls/PKGBUILD extra/kdeplasma-addons/PKGBUILD extra/transmission/PKGBUILD
Diffstat (limited to 'extra/gnutls')
-rw-r--r--extra/gnutls/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnutls/PKGBUILD b/extra/gnutls/PKGBUILD
index 2ac6e32f0..06483ec82 100644
--- a/extra/gnutls/PKGBUILD
+++ b/extra/gnutls/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 168527 2012-10-13 06:38:44Z andyrtr $
+# $Id: PKGBUILD 170032 2012-10-31 05:16:00Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gnutls
pkgver=3.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A library which provides a secure layer over a reliable transport layer"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3' 'LGPL')
url="http://www.gnu.org/software/gnutls/"
install=gnutls.install
options=('!libtool' '!zipman')
-depends=('gcc-libs>=4.7.1-5' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.12')
+depends=('gcc-libs>=4.7.1-5' 'libtasn1>=3.0' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.12')
makedepends=('strace')
[ "$CARCH" = "mips64el" ] || makedepends+=('valgrind')
source=(http://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})