Manjaro pacman update errors

From time to time (particularly on laptops that do not get updated as often as they should) you may get errors about signatures that prevent manjaro from updating.  To get around this try the following:

sudo pacman -Syy archlinux-keyring manjaro-keyring
sudo pacman-key --init
sudo pacman-key --populate

and now you should be able to update in the normal way (pacman -Syu)