Date: Thursday, September 3, 2020 @ 17:43:32 Author: anthraxx Revision: 395394
upgpkg: gnupg 2.2.23-1 Modified: gnupg/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-03 17:42:19 UTC (rev 395393) +++ PKGBUILD 2020-09-03 17:43:32 UTC (rev 395394) @@ -1,11 +1,13 @@ -# Maintainer: Gaetan Bisson <[email protected]> +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Maintainer: Lukas Fleischer <[email protected]> +# Contributor: Gaetan Bisson <[email protected]> # Contributor: Tobias Powalowski <[email protected]> # Contributor: Andreas Radke <[email protected]> # Contributor: Judd Vinet <[email protected]> pkgname=gnupg -pkgver=2.2.21 -pkgrel=2 +pkgver=2.2.23 +pkgrel=1 pkgdesc='Complete and free implementation of the OpenPGP standard' url='https://www.gnupg.org/' license=('GPL') @@ -13,7 +15,8 @@ checkdepends=('openssh') makedepends=('libldap' 'libusb-compat' 'pcsclite') depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan' - 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite') + 'pinentry' 'bzip2' 'readline' 'libreadline.so' 'gnutls' + 'sqlite' 'zlib' 'glibc') optdepends=('libldap: gpg2keys_ldap' 'libusb-compat: scdaemon' 'pcsclite: scdaemon') @@ -25,7 +28,7 @@ 'drop-import-clean.patch' 'avoid-beta-warning.patch' 'do-not-rebuild-defsincdate.patch') -sha256sums=('61e83278fb5fa7336658a8b73ab26f379d41275bb1c7c6e694dd9f9a6e8e76ec' +sha256sums=('10b55e49d78b3e49f1edb58d7541ecbdad92ddaeeb885b6f486ed23d1cd1da5c' 'SKIP' '02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc' '22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d' @@ -69,8 +72,7 @@ ln -s gpg "${pkgdir}"/usr/bin/gpg2 ln -s gpgv "${pkgdir}"/usr/bin/gpgv2 - cd doc/examples/systemd-user - for i in *.*; do - install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i" - done + install -Dm 644 doc/examples/systemd-user/*.* -t "${pkgdir}/usr/lib/systemd/user" } + +# vim: ts=2 sw=2 noet:
