diff options
| -rw-r--r-- | makepkg.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makepkg.conf b/makepkg.conf index a059782..5f886c5 100644 --- a/makepkg.conf +++ b/makepkg.conf @@ -136,7 +136,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 -z -q --ultra -22 --threads=0 -) COMPRESSLRZ=(lrzip -q) COMPRESSLZO=(lzop -q) COMPRESSZ=(compress -c -f) @@ -148,7 +148,7 @@ COMPRESSLZ=(lzip -c -f) ######################################################################### # PKGEXT='.pkg.tar.zst' -SRCEXT='.src.tar.gz' +SRCEXT='.src.tar.zst' ######################################################################### # OTHER |
