[solved] Corrupted Package

Hi,

When updating I am getting this error:

plymouth-0.8.8-8-x86_64 907.2 KiB 852K/s 00:01 [##############################################] 100% (422/422) checking keys in keyring [##############################################] 100% (422/422) checking package integrity [##############################################] 100% error: plymouth: signature from "Joshua Strot <joshua@manjaro.org>" is unknown trust :: File /var/cache/pacman/pkg/plymouth-0.8.8-8-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] y error: failed to commit transaction (invalid or corrupted package) Errors occurred, no packages were upgraded.

Not sure what to do here.

Try installing it manually with

sudo pacman -U  /var/cache/pacman/pkg/plymouth-0.8.8-8-x86_64.pkg.tar.xz

But you need to choose not to remove the package first.

This has been a known issue for only some users:
signature from “Joshua Strot joshua@manjaro.org” is unknown trust

You will need to change these signatures, prior to running the update:

Rob McCathies (korrode) signature:

sudo pacman-key -r 5C0102A6
sudo pacman-key --lsign-key 5C0102A6

Joshuas Strots (dcell) signature:

sudo pacman-key -r CB6CDD17
sudo pacman-key --lsign-key CB6CDD17

Here is the original Update-pack notification: http://manjaro.org/2014/06/02/update-pack-8-is-online-now/

Thanks guys.