summaryrefslogtreecommitdiff
path: root/extra/libtasn1
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-01 09:26:02 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-01 09:26:02 -0300
commit0a3fcfa45dd6a820799b111a8bac0830faf459e5 (patch)
treeee0d56252a19caafe61e05716e1a0daf49402a3b /extra/libtasn1
parentcf1a5af5ed7c29ec510e4606473103cffe96c245 (diff)
parent83a318800db22408628e60c9e1730578efcfee37 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/webfs/PKGBUILD extra/gconf-editor/PKGBUILD extra/gnutls/PKGBUILD extra/kdeplasma-addons/PKGBUILD extra/transmission/PKGBUILD
Diffstat (limited to 'extra/libtasn1')
-rw-r--r--extra/libtasn1/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libtasn1/PKGBUILD b/extra/libtasn1/PKGBUILD
index be088182b..1a88dbdeb 100644
--- a/extra/libtasn1/PKGBUILD
+++ b/extra/libtasn1/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 167197 2012-09-27 15:53:17Z andyrtr $
+# $Id: PKGBUILD 170031 2012-10-31 05:15:58Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=libtasn1
-pkgver=2.14
+pkgver=3.0
pkgrel=1
pkgdesc="The ASN.1 library used in GNUTLS"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,8 +13,8 @@ depends=('glibc' 'texinfo')
options=('!libtool')
install=libtasn1.install
source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('22f9e0b15f870c8e03ac9cc1ead969d4d84eb931'
- 'cd6fdde4f59f7c24eb738896904034f17ab490f2')
+sha1sums=('0ce12f8b0460ae6eabf2a608506dbd337bf78a71'
+ '48abf083dc9d36cc64f0d80cebd3da1dbc47d557')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"