images/archlinux: skip compression of AUR packages All AUR packages installed in the install() step are first built by makepkg, which by defaults compresses them after building them. This patch explicitly skips the compression step by temporarily setting the extension of newly built packages to .pkg.tar. The extension is only changed temporarily, and this patch has no effect on any makepkg run by the user in its build script after the install() step ends.
1 files changed, 1 insertions(+), 1 deletions(-) M images/archlinux/functions
M images/archlinux/functions => images/archlinux/functions +1 -1