diff options
Diffstat (limited to 'extra/libtasn1')
-rw-r--r-- | extra/libtasn1/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
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 <jgc@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> 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}" |