kewlfft / ansible-aur

Ansible module to manage packages from the AUR
GNU General Public License v3.0
299 stars 47 forks source link

Disable compression #24

Closed juergenhoetzel closed 5 years ago

juergenhoetzel commented 5 years ago

This speeds up the installation a lot: aur installation only takes half the time in my tests.

kewlfft commented 5 years ago

Thanks for the proposal. Personally I use PKGEXT='.pkg.tar.lzo', this is in my makepkg.conf file, feel free to use the compression you want I don't see the need to overwrite it.

kewlfft commented 5 years ago

I have implemented your improved message, thanks! please open a new request if you want to propose another change