Packer

From wikinotes

Packer automates downloading programs from the arch AUR. Recently, it has been unable to find all packages. It's flags are the same as pacman.

packer -S  <package>			## Install package
packer -Ss <package>			## Search package

pacman -R  <package>			## Uninstall package (with pacman)