Ranked in these QuestionsQuestion Ranking
Pros
Pro Support for custom repositories
By default, packages are built and stored in a custom local repository, allowing packages to be installed, upgraded, and removed through pacman -S
the same way official repository packages are.
Pro Excellent split package and dependency support
Packages are built using tsort dependency ordering to ensure proper build order. The built packages are available in a custom repo and the user can easily install whichever parts of a split package they want.
Pro Support for clean chroot builds
aurutils has seamless support for building packages in the same chroot containers used for building official repository packages.