David Runge pushed to branch main at Arch Linux / Packaging / Packages / gnupg
Commits: 999ef9a6 by David Runge at 2023-09-03T15:08:36+02:00 upgpkg: 2.2.41-2 Add all direct library dependencies: https://bugs.archlinux.org/task/77287 Add more specific description for pcsclite as optional dependency. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgname=gnupg pkgver=2.2.41 -pkgrel=1 +pkgrel=2 pkgdesc='Complete and free implementation of the OpenPGP standard' arch=('x86_64') url='https://www.gnupg.org/' @@ -21,18 +21,19 @@ depends=( 'libgpg-error' 'libksba' 'libassuan' 'libassuan.so' + 'libldap' + 'libusb' 'npth' 'libnpth.so' 'pinentry' 'readline' 'libreadline.so' + 'sh' 'sqlite' 'zlib' ) -makedepends=('libldap' 'libusb-compat' 'pcsclite') +makedepends=('pcsclite') checkdepends=('openssh') optdepends=( - 'libldap: gpg2keys_ldap' - 'libusb-compat: scdaemon' - 'pcsclite: scdaemon' + 'pcsclite: for using scdaemon not with the gnupg internal card driver' ) install=$pkgname.install source=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnupg/-/commit/999ef9a69693c9ce3f1d5993fe632bf5e07910ff -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnupg/-/commit/999ef9a69693c9ce3f1d5993fe632bf5e07910ff You're receiving this email because of your account on gitlab.archlinux.org.
