diff options
Diffstat (limited to 'abs/core-testing/libtasn1/PKGBUILD')
-rw-r--r-- | abs/core-testing/libtasn1/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/libtasn1/PKGBUILD b/abs/core-testing/libtasn1/PKGBUILD index 150c1dd..5187cef 100644 --- a/abs/core-testing/libtasn1/PKGBUILD +++ b/abs/core-testing/libtasn1/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 22306 2008-12-25 18:56:59Z jgc $ +# $Id: PKGBUILD 35541 2009-04-13 20:54:05Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=libtasn1 -pkgver=1.7 +pkgver=2.0 pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" arch=(i686 x86_64) @@ -12,8 +12,8 @@ url="http://www.gnu.org/software/gnutls/" depends=('glibc' 'texinfo') options=('!libtool') install=libtasn1.install -source=(ftp://ftp.gnutls.org/pub/gnutls/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('ebfd69b3514d8e8830057f0e9df6a5f9') +source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.gz) +md5sums=('e9b1462f04b2586b03905b0ed9528261') build() { cd "${srcdir}/${pkgname}-${pkgver}" |