extra/gnutls to 3.0.12-1

This commit is contained in:
Kevin Mihelich 2012-01-21 16:16:59 -05:00
parent 1f1e538489
commit 2b350d679b

View file

@ -7,17 +7,17 @@
plugrel=1
pkgname=gnutls
pkgver=3.0.11
pkgver=3.0.12
pkgrel=1
pkgdesc="A library which provides a secure layer over a reliable transport layer"
arch=('i686' 'x86_64')
license=('GPL3' 'LGPL')
url="http://www.gnu.org/software/gnutls/"
install=gnutls.install
options=('!libtool' '!zipman')
options=('!libtool' '!zipman' 'makeflags')
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit')
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
md5sums=('ca3370b39f7910538a0d6c02bec7a142')
md5sums=('685fe5c00786c04b39e9aac362fa0cac')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"