summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makepkg-x86_64.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
index 4569c38..a07756c 100644
--- a/makepkg-x86_64.conf
+++ b/makepkg-x86_64.conf
@@ -132,7 +132,7 @@ DBGSRCDIR="/usr/src/debug"
COMPRESSGZ=(gzip -c -f -n)
COMPRESSBZ2=(bzip2 -c -f)
COMPRESSXZ=(xz -c -z -)
-COMPRESSZST=(zstd -c -z -q -)
+COMPRESSZST=(zstd -c -T0 --ultra -20 -)
COMPRESSLRZ=(lrzip -q)
COMPRESSLZO=(lzop -q)
COMPRESSZ=(compress -c -f)
@@ -143,7 +143,7 @@ COMPRESSLZ=(lzip -c -f)
# EXTENSION DEFAULTS
#########################################################################
#
-PKGEXT='.pkg.tar.xz'
+PKGEXT='.pkg.tar.zst'
SRCEXT='.src.tar.gz'
# vim: set ft=sh ts=2 sw=2 et: