There are many topics that say you should edit the file pacman.configand delete the PGP key completely, but this is not a good idea.
just run this command and wait for your keys to be updated by downloading them from the servers:
$ sudo pacman-key --refresh-keys
and then do a full system update sudo pacman -Syu
source
share