Package Details: gtkspell 2.0.16-10

Git Clone URL: https://aur.archlinux.org/gtkspell.git (read-only, click to copy)
Package Base: gtkspell
Description: Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget
Upstream URL: http://gtkspell.sourceforge.net/
Licenses: GPL
Submitter: City-busz
Maintainer: oryx
Last Packager: oryx
Votes: 6
Popularity: 0.61
First Submitted: 2025-10-27 15:44 (UTC)
Last Updated: 2026-01-26 04:36 (UTC)

Latest Comments

phoenyxcullen commented on 2026-02-25 23:23 (UTC) (edited on 2026-02-25 23:24 (UTC) by phoenyxcullen)

I've been trying to import this key, but gnupg is not accepting this key due to SHA1 signatures and/or "new key but contains no user ID - SKIPPED". I even tried the link to the key at the bottom, putting it in my computer's newkey.asc. The result gpg --list-keys is saying no public key. Can we clean the key of SHA1 signatures and add a user ID to the key, please?

% gpg --keyserver keyserver.ubuntu.com --recv-key 7C70E4D9927061BD840E82DB6BA6197569B23319
gpg: Note: signatures using the SHA1 algorithm are rejected
gpg: key 0x6BA6197569B23319: 4 bad signatures
gpg: key 0x6BA6197569B23319: new key but contains no user ID - skipped
gpg: Total number processed: 1
gpg:           w/o user IDs: 1
% gpg --list-keys 7C70E4D9927061BD840E82DB6BA6197569B23319
gpg: error reading key: No public key
% touch newkey.asc
% nvim newkey.asc 
% gpg --import newkey.asc 
gpg: Note: signatures using the SHA1 algorithm are rejected
gpg: key 0x6BA6197569B23319: 4 bad signatures
gpg: key 0x6BA6197569B23319: new key but contains no user ID - skipped
gpg: Total number processed: 1
gpg:           w/o user IDs: 1
% gpg --list-keys 0x6ba6197569b23319
gpg: error reading key: No public key

MasinAD commented on 2026-02-15 11:30 (UTC)

Me dumb.

There's a subdir keys/pgp with the key. Don't know though if just doing gpg --import keys/pgp/* is the proper way. At least it works this way.

MasinAD commented on 2026-02-15 11:17 (UTC)

Build fails due to unknown public key

==> Verifying source file signatures with gpg...
    gtkspell-2.0.16.tar.gz ... FAILED (unknown public key 6BA6197569B23319)
==> ERROR: One or more PGP signatures could not be verified!

There seems to be a key at https://aur.archlinux.org/cgit/aur.git/tree/keys/pgp/7C70E4D9927061BD840E82DB6BA6197569B23319.asc?h=gtkspell but I'm not yet sure how to properly use it besides dumb downloading and importing.