Arch User Repository - ArchWiki
The Arch User Repository (AUR) is a community-driven repository for Arch Linux users. It contains package descriptions (PKGBUILDs) that allow you to compile a package from source with makepkg and then install it via pacman.
Warning
AUR packages are user-produced content. These PKGBUILDs are completely unofficial and have not been thoroughly vetted. Any use of the provided files is at your own risk.
Use the AUR at your own risk! No support will be provided by the Manjaro team for any issues that may arise relating to software installations from the AUR. When Manjaro is updated, AUR packages might stop working. This is not a Manjaro issue
AUR, as a community maintained repository, present potential risks and problems.
Possible risks using AUR packages:
Multiple versions of the same packages.
Out of date packages.
Broken or only partially working packages.
Improperly configured packages which download unnecessary dependencies, or do not download necessary dependencies, or both.
Malicious packages (although extremely rare).
As such, although much of the software packages provided by the AUR should work, do not expect the installation process to always be quite as straight-forward as when you are using the official Manjaro repositories.
On occasion, it may be necessary to manually identify and install dependencies yourself (such as, after an aborted installation attempt).
Again, there is no guarantee that any installed software will work properly, if at all.
As with the others who responded, I always recommend using pacman first and only then dealing with any “foreign” packages e.g. AUR, Flatpak, Appimage.
A good reason is that some packages may have been dropped from the repos and you might end up installing an unwanted or now-unneeded AUR package. I’ve seen people have issues with that in the past, although I believe that has recently been “fixed” in Pamac.
My personal experience is that if you want to install/use packages from AUR, it is highly recommended to switch to the unstable branch of Manjaro.
sudo pacman-mirrors --api --set-branch unstable
sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syu