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

Andreas Radke andyrtr at archlinux.org
Sat Sep 20 11:43:43 UTC 2014


    Date: Saturday, September 20, 2014 @ 13:43:42
  Author: andyrtr
Revision: 222163

upgpkg: gnutls 3.3.8-1

upstream update 3.3.8

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-20 09:08:48 UTC (rev 222162)
+++ PKGBUILD	2014-09-20 11:43:42 UTC (rev 222163)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=gnutls
-pkgver=3.3.7
+pkgver=3.3.8
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('a7a73cfa883cd106d70b15300552a5b5'
+md5sums=('b57e6b7630bdba9ea8eb28ff0eb29c2f'
          'SKIP')
 
 build() {
@@ -27,7 +27,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make check # || /bin/true
+  make check || make -j1 check # || /bin/true
 }
 
 package() {




More information about the arch-commits mailing list