build-package.sh: skip importing Fornwall's key

We aren't subscribed to any repos signed with his key.
This commit is contained in:
Henrik Grimler 2022-02-04 19:45:04 +01:00
parent 5df5b2aed2
commit 0d5118c71d
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 4 deletions

View File

@ -374,10 +374,6 @@ unset -f _show_usage
if [ "${TERMUX_INSTALL_DEPS-false}" = "true" ]; then
# Setup PGP keys for verifying integrity of dependencies.
# Keys are obtained from our keyring package.
gpg --list-keys 2218893D3F679BEFC421FD976700B77E6D8D0AE7 > /dev/null 2>&1 || {
gpg --import "$TERMUX_SCRIPTDIR/packages/termux-keyring/fornwall.gpg"
gpg --no-tty --command-file <(echo -e "trust\n5\ny") --edit-key 2218893D3F679BEFC421FD976700B77E6D8D0AE7
}
gpg --list-keys 2C7F29AE97891F6419A9E2CDB0076E490B71616B > /dev/null 2>&1 || {
gpg --import "$TERMUX_SCRIPTDIR/packages/termux-keyring/grimler.gpg"
gpg --no-tty --command-file <(echo -e "trust\n5\ny") --edit-key 2C7F29AE97891F6419A9E2CDB0076E490B71616B