diff options
Diffstat (limited to 'extra/libtasn1')
-rw-r--r-- | extra/libtasn1/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libtasn1/PKGBUILD b/extra/libtasn1/PKGBUILD index 483ad364a..91304c69b 100644 --- a/extra/libtasn1/PKGBUILD +++ b/extra/libtasn1/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 213848 2014-05-30 13:20:34Z andyrtr $ +# $Id: PKGBUILD 218211 2014-07-27 08:27:31Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=libtasn1 -pkgver=3.6 +pkgver=4.0 pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.gnu.org/software/libtasn1/" depends=('glibc' 'texinfo') install=libtasn1.install source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('6ed38e161e11013054f2a2bb4c4da449' +md5sums=('d3d2d9bce3b6668b9827a9df52635be1' 'SKIP') build() { |