diff options
Diffstat (limited to 'abs/core/libksba/PKGBUILD')
-rw-r--r-- | abs/core/libksba/PKGBUILD | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/abs/core/libksba/PKGBUILD b/abs/core/libksba/PKGBUILD index 505a606..fc40a23 100644 --- a/abs/core/libksba/PKGBUILD +++ b/abs/core/libksba/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 149815 2012-02-11 07:14:25Z tpowa $ -# Maintainer: damir <damir@archlinux.org> +# $Id$ +# Maintainer: # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=libksba -pkgver=1.2.0 -pkgrel=2 +pkgver=1.3.5 +pkgrel=1 pkgdesc="A CMS and X.509 access library" -arch=(i686 x86_64) +arch=(x86_64) license=('GPL') -url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba" +url="https://www.gnupg.org/related_software/libksba/index.html" depends=('bash' 'libgpg-error' 'glibc') -source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2) -options=(!libtool) -install=libksba.install - +source=(https://www.gnupg.org/ftp/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) +sha1sums=('a98385734a0c3f5b713198e8d6e6e4aeb0b76fde' + 'SKIP') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr @@ -29,4 +29,3 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } -md5sums=('e797f370b69b4dc776499d6a071ae137') |