[arch-commits] CVS update of arch/build/lib/gnutls (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Sep 12 19:17:40 UTC 2007
Date: Wednesday, September 12, 2007 @ 15:17:40
Author: jgc
Path: /home/cvs-arch/arch/build/lib/gnutls
Modified: PKGBUILD (1.30 -> 1.31)
upgpkg: gnutls 2.0.0-1
This one is for testing. No sobump, but just another major version upgrade
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Index: arch/build/lib/gnutls/PKGBUILD
diff -u arch/build/lib/gnutls/PKGBUILD:1.30 arch/build/lib/gnutls/PKGBUILD:1.31
--- arch/build/lib/gnutls/PKGBUILD:1.30 Sun Jun 17 11:46:30 2007
+++ arch/build/lib/gnutls/PKGBUILD Wed Sep 12 15:17:40 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.30 2007/06/17 15:46:30 jgc Exp $
+# $Id: PKGBUILD,v 1.31 2007/09/12 19:17:40 jgc Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
pkgname=gnutls
-pkgver=1.6.3
+pkgver=2.0.0
pkgrel=1
pkgdesc="A library which provides a secure layer over a reliable transport layer"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
url="http://www.gnu.org/software/gnutls/"
options=('libtool')
-depends=('gcc' 'opencdk' 'libtasn1>=0.3.10' 'lzo2' 'readline')
+depends=('gcc' 'opencdk>=0.6.4' 'libtasn1>=1.1' 'lzo2' 'readline')
source=(ftp://ftp.gnutls.org/pub/gnutls/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('73da68a4248d34c4d38491ce2119af0f')
+md5sums=('181b2ff554a83e6cf85505ea16699d39')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr --with-zlib
+ ./configure --prefix=/usr --with-zlib --disable-guile
make || return 1
make DESTDIR=${startdir}/pkg install
}
More information about the arch-commits
mailing list