summaryrefslogtreecommitdiff
path: root/libre/pacman/makepkg.conf.in
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2019-10-23 22:51:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2019-10-23 22:51:30 -0500
commitfdfaf788e475531ac87265674cd2f2bab15fb43a (patch)
treeac4c0b4bcdf5670653078f00440dc52e76cac36b /libre/pacman/makepkg.conf.in
parent6118fed8f0126572e17b40c6e9999b8081b444f8 (diff)
downloadabslibre-fdfaf788e475531ac87265674cd2f2bab15fb43a.tar.gz
abslibre-fdfaf788e475531ac87265674cd2f2bab15fb43a.tar.bz2
abslibre-fdfaf788e475531ac87265674cd2f2bab15fb43a.zip
pacman-5.2.0-2.parabola1: updating version (2)
Diffstat (limited to 'libre/pacman/makepkg.conf.in')
-rw-r--r--libre/pacman/makepkg.conf.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/pacman/makepkg.conf.in b/libre/pacman/makepkg.conf.in
index 3fc6ed099..6e7358cab 100644
--- a/libre/pacman/makepkg.conf.in
+++ b/libre/pacman/makepkg.conf.in
@@ -130,17 +130,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'