[arch-commits] Commit in gnutls/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Sep 18 15:47:18 UTC 2011
Date: Sunday, September 18, 2011 @ 11:47:18
Author: andyrtr
Revision: 138203
upgpkg: gnutls 3.0.2-2
add p11-kit support
Modified:
gnutls/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-18 15:26:37 UTC (rev 138202)
+++ PKGBUILD 2011-09-18 15:47:18 UTC (rev 138203)
@@ -3,14 +3,14 @@
pkgname=gnutls
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
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/"
install=gnutls.install
options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.2')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.2' 'p11-kit')
makedepends=('valgrind')
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
md5sums=('1f8c3b74b2c6faa9b08f84a422f93863')
@@ -21,7 +21,6 @@
--with-zlib \
--disable-static \
--disable-guile \
- --without-p11-kit \
--disable-valgrind-tests # breaks make check. errors have been reported upstream
make
}
More information about the arch-commits
mailing list