Date: Monday, June 6, 2016 @ 22:13:51 Author: andyrtr Revision: 269076
upgpkg: gnutls 3.4.13-1 upstream update 3.4.13 Modified: gnutls/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-06 19:48:44 UTC (rev 269075) +++ PKGBUILD 2016-06-06 20:13:51 UTC (rev 269076) @@ -3,7 +3,7 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=gnutls -pkgver=3.4.12 +pkgver=3.4.13 pkgrel=1 pkgdesc="A library which provides a secure layer over a reliable transport layer" arch=('i686' 'x86_64') @@ -11,9 +11,10 @@ url="http://www.gnutls.org/" options=('!zipman') depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit') +checkdepends=('net-tools') optdepends=('guile: for use with Guile bindings') source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig}) -md5sums=('c76571745c31746ead94af9c4c719124' +md5sums=('bdaccae1942c643fe907090438ec942a' 'SKIP') validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F' '1F42418905D8206AA754CCDC29EE58B996865171')
