I've been having issues with some PGP keys. At first I thought it was just a couple packages with issues, but now I'm seeing it more and more frequently. I have tried the following to fix it:
sudo pacman -Sy archlinux-keyring
sudo pacman-key --refresh-keys
sudo find /var/cache/pacman/pkg/ -iname "*.part" -delete
Also tried installing ntp (which did work, thankfully), then enabling and starting the service. I then synchronized with sudo hwclock -w deleted everything in /var/cache/pacman/pkg, rebooted, got new keys with sudo pacman -Sy archlinux-keyring but I still cannot update my system due to PGP keys.
Here's an example of one of the errors from today.
error: luajit: signature from "Daurnimator <[email protected]>" is marginal trust
:: File /var/cache/pacman/pkg/luajit-2.1.1700008891-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
How can I fix this?