paru and pacman tweaks

paru and pacman tweaks

build with more cores

By default make only uses two cores to build packages. We want to use all the cores.
Set MAKEFLAGS to the amount of cores/threads we have in our system:

/etc/makepkg.conf
MAKEFLAGS="-j$(nproc)"