From a3108a9a809c496e1f6a0e9caf0acebac3889bfb Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Mar 2012 00:01:20 +0000 Subject: Wed Mar 21 00:01:20 UTC 2012 --- extra/libtasn1/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'extra/libtasn1/PKGBUILD') diff --git a/extra/libtasn1/PKGBUILD b/extra/libtasn1/PKGBUILD index eff5f89ad..72c8c3581 100644 --- a/extra/libtasn1/PKGBUILD +++ b/extra/libtasn1/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 151276 2012-02-25 10:48:25Z allan $ +# $Id: PKGBUILD 153833 2012-03-19 19:50:28Z andyrtr $ # Maintainer: Jan de Groot # Contributor: judd pkgname=libtasn1 -pkgver=2.9 -pkgrel=2 +pkgver=2.12 +pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" arch=('i686' 'x86_64') license=('GPL3' 'LGPL') @@ -12,8 +12,9 @@ url="http://www.gnu.org/software/libtasn1/" depends=('glibc' 'texinfo') options=('!libtool') install=libtasn1.install -source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz) -md5sums=('f4f4035b84550100ffeb8ad4b261dea9') +source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha1sums=('b73539aee5444efb5e606b94bdf3ec5bfedb8620' + 'c260eae1003b4195b3a1065252b69e95ae482661') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf