summaryrefslogtreecommitdiff
path: root/extra/gnutls
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-29 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2011-10-29 23:14:54 +0000
commit4fd31f219f19dfc2168702cef9421eaaccd9b3e6 (patch)
tree709f501e92b9474c343dce5189e76e0f60301d4b /extra/gnutls
parent807f42c30ddb00c4e2d4034ce1720d7cb494e074 (diff)
Sat Oct 29 23:14:54 UTC 2011
Diffstat (limited to 'extra/gnutls')
-rw-r--r--extra/gnutls/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/extra/gnutls/PKGBUILD b/extra/gnutls/PKGBUILD
index 221a1c59a..de47d7e4a 100644
--- a/extra/gnutls/PKGBUILD
+++ b/extra/gnutls/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 140493 2011-10-15 19:34:21Z andyrtr $
+# $Id: PKGBUILD 141300 2011-10-28 13:49:24Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gnutls
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.0.5
+pkgrel=1
pkgdesc="A library which provides a secure layer over a reliable transport layer"
arch=('i686' 'x86_64')
license=('GPL3' 'LGPL')
@@ -12,14 +12,11 @@ install=gnutls.install
options=('!libtool' '!zipman')
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit')
makedepends=('valgrind')
-source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz
- addGNU-stack.diff)
-md5sums=('748d537027978abcb7dd33ec396dc511'
- '19b92429e8d1639cfc4dfad0883298cb')
+source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
+md5sums=('c2d4e6344974545c228a1df2147bf334')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ${srcdir}/addGNU-stack.diff
./configure --prefix=/usr \
--with-zlib \
--disable-static \