There is an updated pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages new/sequoia-chameleon-gnupg https://github.com/void-linux/void-packages/pull/49301 New package: sequoia-chameleon-gnupg-0.7.0 - ~~gnupg1: add alternatives for gpg and gpgv~~ - ~~gnupg: add alternatives for gpg and gpgv~~ - New package: sequoia-chameleon-gnupg-0.6.0 #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** revival of https://github.com/void-linux/void-packages/pull/41306 ~~@sgn, you had comments in the previous PR about the alternatives groups. I've set `--enable-gpg-is-gpg2` for `gnupg`, so I believe that fixes your broken scenario:~~ ``` $ gpgconf --check-programs gpg:OpenPGP:/usr/bin/gpg2:1:1: gpgsm:S/MIME:/usr/bin/gpgsm:1:1: keyboxd:Public Keys:/usr/libexec/keyboxd:1:1: gpg-agent:Private Keys:/usr/bin/gpg-agent:1:1: scdaemon:Smartcards:/usr/libexec/scdaemon:1:1: dirmngr:Network:/usr/bin/dirmngr:1:1: pinentry:Passphrase Entry:/usr/bin/pinentry:1:1: ``` ~~Additionally, should `gnupg2` just become a dummy package, with doc and examples directories being called `gnupg2` with a symlink to `gnupg` in the main package?~~ A patch file from https://github.com/void-linux/void-packages/pull/49301.patch is attached