Is there really anything wrong with yaourt at all if you add this to .bashrc? yaourt() { if [[ $@ =~ "-Si" ]]; then command echo "don't do that" else command yaourt "$@" fi } I'm sick of how much misinformation is still spread around with yaourt. On Sun, Mar 25, 2018 at 1:13 PM, Ralf Mardorf <ralf.mardorf@xxxxxxxxxxxxx> wrote: > On Sun, 25 Mar 2018 21:43:25 +0200, Bennett Piater wrote: >>> Or even better use a script from devtools like extra-x86_64-build, >>> which will create a chroot with a base system, install all >>> dependencies, and then build the packages. Of course it starts >>> getting painful if you have dependencies from AUR. >> >>Note that aurutils uses devtools in the background. >>Pretty awesome, actually - and it can build your transitive >>dependencies from AUR as well ;) > > yaourt does this, too