Skip to content

Commit bcda211

Browse files
coderobeanthraxx
authored andcommitted
makepkg.conf: change default compression method to zstd
1 parent d4546c5 commit bcda211

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

makepkg-x86_64.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ DBGSRCDIR="/usr/src/debug"
132132
COMPRESSGZ=(gzip -c -f -n)
133133
COMPRESSBZ2=(bzip2 -c -f)
134134
COMPRESSXZ=(xz -c -z -)
135-
COMPRESSZST=(zstd -c -z -q -)
135+
COMPRESSZST=(zstd -c -T0 --ultra -20 -)
136136
COMPRESSLRZ=(lrzip -q)
137137
COMPRESSLZO=(lzop -q)
138138
COMPRESSZ=(compress -c -f)
@@ -143,7 +143,7 @@ COMPRESSLZ=(lzip -c -f)
143143
# EXTENSION DEFAULTS
144144
#########################################################################
145145
#
146-
PKGEXT='.pkg.tar.xz'
146+
PKGEXT='.pkg.tar.zst'
147147
SRCEXT='.src.tar.gz'
148148

149149
# vim: set ft=sh ts=2 sw=2 et:

0 commit comments

Comments
 (0)