From 6679c28625b1e48bc115290b7c41941366d44a05 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sat, 26 Oct 2019 18:02:33 -0400 Subject: conf: Sync with pacman 5.2.0-2 Signed-off-by: Daniel M. Capella --- makepkg-x86_64.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makepkg-x86_64.conf') 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' -- cgit v1.2.3-54-g00ecf