[arch-commits] Commit in gnutls/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat May 7 16:07:35 UTC 2011


    Date: Saturday, May 7, 2011 @ 12:07:34
  Author: andyrtr
Revision: 123031

upgpkg: gnutls 2.12.4-1
upstream update 2.12.4

Modified:
  gnutls/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-07 15:36:14 UTC (rev 123030)
+++ PKGBUILD	2011-05-07 16:07:34 UTC (rev 123031)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnutls
-pkgver=2.12.3
+pkgver=2.12.4
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=('!libtool' '!zipman')
 depends=('gcc-libs>=4.4.3' 'libtasn1>=2.5' 'readline>=6.0' 'zlib' 'libgcrypt>=1.4.5')
 source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('04b72b022b42b10df12cbbae051e2d55')
+md5sums=('3e17fc8cb1cf8272067f6b66baf02810')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@
   # we stay with libgcrypt for now. nettle would need to be moved from AUR to extra.
   ./configure --prefix=/usr \
 	--with-zlib \
-	 --with-libgcrypt \
+	--with-libgcrypt \
 	--disable-static \
 	--disable-guile
   make




More information about the arch-commits mailing list