summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-02-02 15:20:56 -0200
committerRafael Fontenelle2018-02-02 15:20:59 -0200
commitc975258e27fbc8167317d853f10a52e492c205fa (patch)
treec1b321c16cb4fedba6fb060651ccd87636d53449 /PKGBUILD
parentba735b63d826f5c21255f6771500e5f243cf4d25 (diff)
downloadaur-c975258e27fbc8167317d853f10a52e492c205fa.tar.gz
Disable XZ compression
Because this package very big, it takes a very long time to compress with XZ compression. By disabling it, and using only pkg.tar file format, the size of the tarball increases in 200MB (from 400MB to 600MB) but the compression time decreses drastically. It seems to be a good trade-off.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d0174a216d6..d6cfb85fbc9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ backup=('usr/share/ddnet/data/autoexec_server.cfg'
'usr/share/ddnet/data/storage.cfg')
source=("git+https://github.com/ddnet/$_name.git")
md5sums=('SKIP')
+PKGEXT='.pkg.tar'
pkgver() {
cd $_name