Some things to remember when dealing with Arch
AUR Package install
- Clone you package from the AUR repo
- Run "makepkg -s"
- Use pacman to install the package with "pacman -U" and target the tar.gz archive created in the previous step.
- Short YouTube video: Installing from AUR