That worked. Thank you! Tyler
On Sun, Dec 24, 2023 at 12:35 PM joonas.kuusi <joonas.ku...@protonmail.com> wrote: > On Sunday, 24 December 2023 at 09:27, Tyler Wayne <tylerway...@gmail.com> > wrote: > > > Hey ratpoison devs-- > > > > Long time user of ratpoison. I'm trying to install ratpoison from AUR > for ArchLinux, but it looks like the latest build broke owing to the PGP > signature not being able to be verified. > > The error can be shown at the bottom of the package details on AUR at > https://aur.archlinux.org/packages/ratpoison > > > > or can be recreated > > wget > https://aur.archlinux.org/cgit/aur.git/snapshot/aur-ratpoison.tar.gz > > tar -xzvf aur-ratpoison.tar.gz && cd aur-ratpoison > > makepkg > > > > How can I proceed to download and verify this package to be able to > build it? > > > > Tyler > > > Hi! > > You need to first fetch the PGP key with > "gpg --search-keys 513592C1AD3652932BDFDDCC0DFA74AE1524E7EE" > as regular user. Then you can proceed to install ratpoison with > makepkg or your favorite AUR helper. Hope this helps! > >