diff options
Diffstat (limited to 'core/dirmngr/PKGBUILD')
-rw-r--r-- | core/dirmngr/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/dirmngr/PKGBUILD b/core/dirmngr/PKGBUILD index 9d2215e8a..30240c121 100644 --- a/core/dirmngr/PKGBUILD +++ b/core/dirmngr/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183488 2013-04-22 09:10:15Z tpowa $ +# $Id: PKGBUILD 184781 2013-05-08 13:18:15Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=dirmngr -pkgver=1.1.0 -pkgrel=5 +pkgver=1.1.1 +pkgrel=1 pkgdesc="A daemon to handle CRL and certificate requests" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -11,6 +11,7 @@ url="ftp://ftp.gnupg.org/gcrypt/dirmngr" depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth') source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2) install=dirmngr.install +md5sums=('f5a40e93bcf07a94522579bfd58a2c96') build() { cd $srcdir/$pkgname-$pkgver @@ -27,4 +28,3 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } -md5sums=('f2570f0248f5947daac200e85291b328') |