There was an error while loading. Please reload this page.
1 parent d4546c5 commit bcda211Copy full SHA for bcda211
1 file changed
makepkg-x86_64.conf
@@ -132,7 +132,7 @@ DBGSRCDIR="/usr/src/debug"
132
COMPRESSGZ=(gzip -c -f -n)
133
COMPRESSBZ2=(bzip2 -c -f)
134
COMPRESSXZ=(xz -c -z -)
135
-COMPRESSZST=(zstd -c -z -q -)
+COMPRESSZST=(zstd -c -T0 --ultra -20 -)
136
COMPRESSLRZ=(lrzip -q)
137
COMPRESSLZO=(lzop -q)
138
COMPRESSZ=(compress -c -f)
@@ -143,7 +143,7 @@ COMPRESSLZ=(lzip -c -f)
143
# EXTENSION DEFAULTS
144
#########################################################################
145
#
146
-PKGEXT='.pkg.tar.xz'
+PKGEXT='.pkg.tar.zst'
147
SRCEXT='.src.tar.gz'
148
149
# vim: set ft=sh ts=2 sw=2 et:
0 commit comments