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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Jan 3 17:59:45 UTC 2013


    Date: Thursday, January 3, 2013 @ 12:59:44
  Author: andyrtr
Revision: 174274

upgpkg: gnutls 3.1.6-1

upstream update 3.1.6 - fix new homepage + download

Modified:
  gnutls/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-03 16:15:39 UTC (rev 174273)
+++ PKGBUILD	2013-01-03 17:59:44 UTC (rev 174274)
@@ -3,19 +3,19 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=gnutls
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL')
-url="http://www.gnu.org/software/gnutls/"
+url="http://www.gnutls.org/"
 install=gnutls.install
 options=('!libtool' '!zipman')
 depends=('gcc-libs>=4.7.1-5' 'libtasn1>=3.0' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.12')
 makedepends=('valgrind' 'strace' 'datefudge')
-source=(http://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('cd4e5a5382b0e0c76c6cffe30d48bbb6'
-         '3a8526473e0d47401f88d05727949fc9')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('835a5d20def765cd49ad7274ff3e7493'
+         '9f8569a4fcb65809a369df1575f10138')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,14 +23,13 @@
 	--with-zlib \
 	--disable-static \
 	--disable-guile \
-	--disable-valgrind-tests #	--disable-libdane \
+	--disable-valgrind-tests
   make
 }
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check # passes all  || /bin/true
-  #make -k check || /bin/true # some new tests are broken
+  make -k check
 }
 
 package() {




More information about the arch-commits mailing list