[arch-commits] Commit in gnutls/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Fri May 30 13:32:00 UTC 2014


    Date: Friday, May 30, 2014 @ 15:31:59
  Author: andyrtr
Revision: 213849

upgpkg: gnutls 3.3.3-1

upstream update 3.3.3

Modified:
  gnutls/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-30 13:20:34 UTC (rev 213848)
+++ PKGBUILD	2014-05-30 13:31:59 UTC (rev 213849)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=gnutls
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@
 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=('590851c331b1851c0ed3388879922c06'
+md5sums=('e225247ec82513354a6bdc3be6246377'
          'SKIP')
 
 build() {
-  cd ${pkgname}-* #${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
 	--with-zlib \
 	--disable-static \
@@ -26,12 +26,12 @@
 }
 
 check() {
-  cd ${pkgname}-* #${pkgver}
+  cd ${pkgname}-${pkgver}
   make check # || /bin/true
 }
 
 package() {
-  cd ${pkgname}-* #${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
   # lots of .png files are put into infodir and are gzipped by makepkg! this may need to be fixed by using !zipman




More information about the arch-commits mailing list