Community,
I have made huge changes to the repo. For the past week or so we have been working on implementing package signing in the same sense as Archlinux and Manjaro. Earlier, I syned the repo that has signatures for most packages.
As you will notice, you will probably have a few issues updating or installing something and below is a few commands to run to fix. I dont like having things done this way so I have also implemented the manjaro-system package as a way to minimize user intervention in the future.
To import and utilize the manjaro-arm-keyring and the package builders signature keys:
$ sudo pacman-key --init
$ sudo pacman-key -r CC37B7EC 2BDBE6A6 #this imports my <dodgejcr> key and the archlinux build system
$ sudo pacman-key --lsign-key CC37B7EC 2BDBE6A6 #this will sign the two keys so that they can be marked as trusted
$ sudo pacman -Sy manjaro-arm-keyring archlinux-keyring archlinuxarm-keyring #this gets all keyring packages
$ sudo pacman-key --populate manjaro-arm archlinux archlinuxarm #populates keyrings
-------------------Optional--------------------
$ sudo pacman -Sy manjaro-system pacman #this has configurations in place for future updates