diff options
Diffstat (limited to 'testing/libksba/PKGBUILD')
-rw-r--r-- | testing/libksba/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/libksba/PKGBUILD b/testing/libksba/PKGBUILD index b70d1b1fd..51f23e123 100644 --- a/testing/libksba/PKGBUILD +++ b/testing/libksba/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 131238 2011-07-12 07:37:20Z tpowa $ +# $Id: PKGBUILD 134460 2011-08-04 06:38:08Z tpowa $ # Maintainer: damir <damir@archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=libksba -pkgver=1.0.8 -pkgrel=2 -pkgdesc="Libksba is a CMS and X.509 access library" +pkgver=1.2.0 +pkgrel=1 +pkgdesc="A CMS and X.509 access library" arch=(i686 x86_64) license=('GPL') url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba" @@ -20,4 +20,4 @@ build() { make make DESTDIR=$startdir/pkg install } -md5sums=('8acac0b3cbd0030dfc6d0f6a58c9b5b2') +md5sums=('e797f370b69b4dc776499d6a071ae137') |