[arch-commits] Commit in gnutls/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Mon Oct 13 17:49:06 UTC 2014
Date: Monday, October 13, 2014 @ 19:49:06
Author: andyrtr
Revision: 224289
upgpkg: gnutls 3.3.9-1
upstream update 3.3.9
Modified:
gnutls/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-13 15:11:23 UTC (rev 224288)
+++ PKGBUILD 2014-10-13 17:49:06 UTC (rev 224289)
@@ -3,8 +3,8 @@
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
pkgname=gnutls
-pkgver=3.3.8
-pkgrel=2
+pkgver=3.3.9
+pkgrel=1
pkgdesc="A library which provides a secure layer over a reliable transport layer"
arch=('i686' 'x86_64')
license=('GPL3' 'LGPL2.1')
@@ -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=('b57e6b7630bdba9ea8eb28ff0eb29c2f'
+md5sums=('ff61b77e39d09f1140ab5a9cf52c58b6'
'SKIP')
build() {
@@ -27,7 +27,7 @@
check() {
cd ${pkgname}-${pkgver}
- make check || make -j1 check # || /bin/true
+ make check # || make -j1 check # || /bin/true
}
package() {
More information about the arch-commits
mailing list