From 6fd875ec26576cea1cf7a175be7ae9d73c7b4b64 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 23 Oct 2019 11:51:08 +0200 Subject: core/pacman: assimilate upstream's changes into pacman.conf and makepkg.conf --- core/pacman/makepkg.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/pacman/makepkg.conf') diff --git a/core/pacman/makepkg.conf b/core/pacman/makepkg.conf index 0b49df35..7fd2d854 100644 --- a/core/pacman/makepkg.conf +++ b/core/pacman/makepkg.conf @@ -130,16 +130,16 @@ 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