I moved the makepkg_nonroot_user to the defaults folder so that it can be overwritten. I also added a packer_dependencies variable because I wanted to install python2-httplib2.
Since the aur/pkg.yml makes heavy use of sudo I think it makes sense to specify sudo when installing the dependencies with pacman.
I moved the
makepkg_nonroot_user
to the defaults folder so that it can be overwritten. I also added apacker_dependencies
variable because I wanted to installpython2-httplib2
.Since the
aur/pkg.yml
makes heavy use ofsudo
I think it makes sense to specifysudo
when installing the dependencies with pacman.