[arch-commits] CVS update of extra/system/dirmngr (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun May 27 07:26:23 UTC 2007


    Date: Sunday, May 27, 2007 @ 03:26:23
  Author: tpowa
    Path: /home/cvs-extra/extra/system/dirmngr

Modified: PKGBUILD (1.7 -> 1.8)

'upgpkg: update to new version'


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: extra/system/dirmngr/PKGBUILD
diff -u extra/system/dirmngr/PKGBUILD:1.7 extra/system/dirmngr/PKGBUILD:1.8
--- extra/system/dirmngr/PKGBUILD:1.7	Mon Oct 23 08:21:03 2006
+++ extra/system/dirmngr/PKGBUILD	Sun May 27 03:26:23 2007
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD,v 1.7 2006/10/23 12:21:03 tpowa Exp $
+# $Id: PKGBUILD,v 1.8 2007/05/27 07:26:23 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=dirmngr
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="DirMngr is 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/alpha/$pkgname/$pkgname-$pkgver.tar.bz2)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr  --libexecdir=/usr/lib
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
-md5sums=('6663cde008cf82fdaa9d0e44e15d5c58')
+md5sums=('79710c33372ed21100f984d456703b47')




More information about the arch-commits mailing list