summaryrefslogtreecommitdiff
path: root/core/dirmngr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-09 00:41:55 -0700
committerroot <root@rshg054.dnsready.net>2013-05-09 00:41:55 -0700
commit648599b08776ea788a3ddb0365eb30fda03efe7b (patch)
treebe3c375c8606fce5d85bbfc9095a2489c257ec68 /core/dirmngr
parentd6413cd6dac778aa64e48046ce7110000997ff61 (diff)
Thu May 9 00:41:55 PDT 2013
Diffstat (limited to 'core/dirmngr')
-rw-r--r--core/dirmngr/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/dirmngr/PKGBUILD b/core/dirmngr/PKGBUILD
index 1a623548b..b006303e0 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')
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')