summaryrefslogtreecommitdiff
path: root/extra/gnutls
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-31 03:57:01 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-31 03:57:01 +0000
commit7cd564d1e9657febf970765ffd43fcee8abe7ff5 (patch)
tree49981b5eb9933d5122695dbe1698233d0ef53133 /extra/gnutls
parent4ac93228afaf8da847b4ec91aac9c43f3bef472c (diff)
Sat May 31 03:30:32 UTC 2014
Diffstat (limited to 'extra/gnutls')
-rw-r--r--extra/gnutls/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/gnutls/PKGBUILD b/extra/gnutls/PKGBUILD
index fefd14ad0..9857c750d 100644
--- a/extra/gnutls/PKGBUILD
+++ b/extra/gnutls/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 212113 2014-05-07 17:45:06Z andyrtr $
+# $Id: PKGBUILD 213850 2014-05-30 13:32:16Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Andreas Radke <andyrtr@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 @@ install=gnutls.install
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 @@ build() {
}
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