summaryrefslogtreecommitdiff
path: root/extra/dirmngr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/dirmngr/PKGBUILD')
-rw-r--r--extra/dirmngr/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/dirmngr/PKGBUILD b/extra/dirmngr/PKGBUILD
index e8faa4a88..f2f6b60e5 100644
--- a/extra/dirmngr/PKGBUILD
+++ b/extra/dirmngr/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 87316 2010-08-12 11:57:22Z tpowa $
+# $Id: PKGBUILD 134465 2011-08-04 06:40:27Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=dirmngr
pkgver=1.1.0
-pkgrel=1
+pkgrel=3
pkgdesc="A daemon to handle CRL and certificate requests"
arch=('i686' 'x86_64')
license=('GPL')
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
build() {
cd $srcdir/$pkgname-$pkgver