[arch-commits] Commit in gnupg/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Mon Jan 29 18:17:21 UTC 2018


    Date: Monday, January 29, 2018 @ 18:17:20
  Author: bisson
Revision: 315589

fix FS#57257

Modified:
  gnupg/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-29 18:01:53 UTC (rev 315588)
+++ PKGBUILD	2018-01-29 18:17:20 UTC (rev 315589)
@@ -6,14 +6,15 @@
 
 pkgname=gnupg
 pkgver=2.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
 arch=('x86_64')
 optdepends=('libldap: gpg2keys_ldap'
-            'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
+            'libusb-compat: scdaemon'
+            'pcsclite: scdaemon')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
 checkdepends=('openssh')
 depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
          'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')



More information about the arch-commits mailing list