Date: Sunday, June 3, 2012 @ 14:35:24 Author: andyrtr Revision: 160685
upgpkg: libtasn1 2.13-1 upstream update 2.13 Modified: libtasn1/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-03 18:04:35 UTC (rev 160684) +++ PKGBUILD 2012-06-03 18:35:24 UTC (rev 160685) @@ -3,7 +3,7 @@ # Contributor: judd <jvi...@zeroflux.org> pkgname=libtasn1 -pkgver=2.12 +pkgver=2.13 pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" arch=('i686' 'x86_64') @@ -12,9 +12,9 @@ depends=('glibc' 'texinfo') options=('!libtool') install=libtasn1.install -source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha1sums=('b73539aee5444efb5e606b94bdf3ec5bfedb8620' - 'c260eae1003b4195b3a1065252b69e95ae482661') +source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha1sums=('89120584bfedd244dab92df99e955a174c481851' + '2f9ce2aef6c1bd78f462e95de531b2b61f59d13c') build() { cd "${srcdir}/${pkgname}-${pkgver}"