summaryrefslogtreecommitdiff
path: root/extra/gnutls
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-06 03:42:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-06 03:42:24 +0000
commitc183da9d3df5445f5021cd6563012ba2abfc393e (patch)
tree825211c0af8ca26a450f4bdeeb58ccfbb88e13df /extra/gnutls
parent4f7963b7ddc283ae57ceb68e7f4d51b3994e0070 (diff)
Thu Mar 6 03:38:39 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 23e9b14af..43c7bcc6a 100644
--- a/extra/gnutls/PKGBUILD
+++ b/extra/gnutls/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 206618 2014-03-03 15:16:27Z andyrtr $
+# $Id: PKGBUILD 206894 2014-03-05 17:41:18Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=gnutls
-pkgver=3.2.12
+pkgver=3.2.12.1
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.2/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('f507365940de8f095e1d867c6f0842f6'
+md5sums=('a795db68253d1336f1e3c2ee48c1fee4'
'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
}
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