New comment by dshynkev on void-packages repository https://github.com/void-linux/void-packages/pull/28202#issuecomment-766439616 Comment: One thing of note: this version changed the way the `gpg` binary is selected. They assume `gpg` points to the version of GPG the user uses, but on Void it points to GPG v1, which is probably not what most use. One must `export GOPASS_GPG_BINARY=$(which gpg)` for it to keep working. Should I note this in a post-install message?