diff options
author | Daniel M. Capella <polyzen@archlinux.org> | 2019-10-26 18:02:33 -0400 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-11-06 01:14:05 +0100 |
commit | 6679c28625b1e48bc115290b7c41941366d44a05 (patch) | |
tree | 41f55368d2471ce500db226d61fed250b2802d94 /makepkg-x86_64.conf | |
parent | 2edee89b629f73c8437368b37efbcafd90429728 (diff) | |
download | devtools32-6679c28625b1e48bc115290b7c41941366d44a05.tar.xz |
conf: Sync with pacman 5.2.0-2
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
Diffstat (limited to 'makepkg-x86_64.conf')
-rw-r--r-- | makepkg-x86_64.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index 137d412..4569c38 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -132,17 +132,17 @@ DBGSRCDIR="/usr/src/debug" COMPRESSGZ=(gzip -c -f -n) COMPRESSBZ2=(bzip2 -c -f) COMPRESSXZ=(xz -c -z -) +COMPRESSZST=(zstd -c -z -q -) COMPRESSLRZ=(lrzip -q) COMPRESSLZO=(lzop -q) COMPRESSZ=(compress -c -f) +COMPRESSLZ4=(lz4 -q) +COMPRESSLZ=(lzip -c -f) ######################################################################### # EXTENSION DEFAULTS ######################################################################### # -# WARNING: Do NOT modify these variables unless you know what you are -# doing. -# PKGEXT='.pkg.tar.xz' SRCEXT='.src.tar.gz' |