mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
Revert "gnupg: update to 2.2.30."
For some users (@markthez on GitHub and @emacsomancer on IRC), gpg
complains `gpg: problem with the agent: End of file` when decrypting.
This reverts commit a3de8f6231
.
This commit is contained in:
parent
35f73c5c3d
commit
17f6d309ba
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'gnupg'
|
# Template file for 'gnupg'
|
||||||
pkgname=gnupg
|
pkgname=gnupg
|
||||||
version=2.2.30
|
reverts="2.2.30_1"
|
||||||
revision=1
|
version=2.2.29
|
||||||
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable ldap)
|
configure_args="$(vopt_enable ldap)
|
||||||
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr
|
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr
|
||||||
|
@ -18,7 +19,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnupg.org/"
|
homepage="https://www.gnupg.org/"
|
||||||
distfiles="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
distfiles="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
||||||
checksum=cc636d6e22a673993d94814c09be469df2ce27a0c66b1cab39bbab1786cf2184
|
checksum=39d07cdb4524818f9ebce49294931974af504519e6a7476c52e9d38fc0bd0cc9
|
||||||
build_options="ldap"
|
build_options="ldap"
|
||||||
build_options_default="ldap"
|
build_options_default="ldap"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue