summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/gnutls
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-04-30 18:28:55 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-04-30 18:28:55 (GMT)
commitc37fcb9bfbacbde499f3a7ff3016c7af99a6a7ab (patch)
treeab0761e1bf94dd687e69420763abe572c68f22d9 /abs/core-testing/gnutls
parente0366c16c6cc3833daffc4fc0c24c642bff870e2 (diff)
downloadlinhes_pkgbuild-c37fcb9bfbacbde499f3a7ff3016c7af99a6a7ab.zip
linhes_pkgbuild-c37fcb9bfbacbde499f3a7ff3016c7af99a6a7ab.tar.gz
linhes_pkgbuild-c37fcb9bfbacbde499f3a7ff3016c7af99a6a7ab.tar.bz2
Updated to latest.
Diffstat (limited to 'abs/core-testing/gnutls')
-rw-r--r--abs/core-testing/gnutls/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core-testing/gnutls/PKGBUILD b/abs/core-testing/gnutls/PKGBUILD
index 7e3981c..6948722 100644
--- a/abs/core-testing/gnutls/PKGBUILD
+++ b/abs/core-testing/gnutls/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 22309 2008-12-25 19:07:27Z jgc $
+# $Id: PKGBUILD 35543 2009-04-13 20:57:08Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Notice:
# When building a new major version, build, install, build again.
#
pkgname=gnutls
-pkgver=2.6.3
+pkgver=2.6.5
pkgrel=1
pkgdesc="A library which provides a secure layer over a reliable transport layer"
arch=(i686 x86_64)
@@ -13,9 +13,9 @@ license=('GPL3' 'LGPL')
url="http://www.gnu.org/software/gnutls/"
install=gnutls.install
options=('libtool')
-depends=('gcc-libs>=4.3.2' 'libtasn1>=1.7' 'readline' 'zlib' 'libgcrypt>=1.4.3')
-source=(ftp://ftp.gnutls.org/pub/gnutls/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c6d2d1996b87b238ad6f73f92225d9a2')
+depends=('gcc-libs>=4.3.3' 'libtasn1>=2.0' 'readline' 'zlib' 'libgcrypt>=1.4.4')
+source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('92b92c36b616aa8bd69a9a0fb2b8eb24')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"