[arch-commits] Commit in gnutls/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Nov 8 15:57:36 UTC 2009
Date: Sunday, November 8, 2009 @ 10:57:36
Author: jgc
Revision: 58459
upgpkg: gnutls 2.8.5-1
Update to 2.8.5 - bugfix release
Remove notice in PKGBUILD, we are supposed to use makechrootpkg anyways
Modified:
gnutls/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-11-08 15:52:21 UTC (rev 58458)
+++ PKGBUILD 2009-11-08 15:57:36 UTC (rev 58459)
@@ -1,11 +1,8 @@
# $Id$
# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Notice:
-# When building a new major version, build, install, build again.
-#
pkgname=gnutls
-pkgver=2.8.4
+pkgver=2.8.5
pkgrel=1
pkgdesc="A library which provides a secure layer over a reliable transport layer"
arch=(i686 x86_64)
@@ -15,7 +12,7 @@
options=('libtool')
depends=('gcc-libs>=4.4.2' 'libtasn1>=2.2' 'readline>=6.0' 'zlib' 'libgcrypt>=1.4.4' 'texinfo')
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('aafba37c0993595ba2ab98587b57a3de')
+md5sums=('e3b2788b79bfc82acbe717e3c54d4e92')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list