Skip to content

Commit

Permalink
makepkg.conf: change default compression method to zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
coderobe authored and anthraxx committed Dec 27, 2019
1 parent d4546c5 commit bcda211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makepkg-x86_64.conf
Expand Up @@ -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)
Expand All @@ -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:

0 comments on commit bcda211

Please sign in to comment.