summaryrefslogtreecommitdiff
path: root/libre-testing/pacman/makepkg.conf.in
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-01-10 05:58:05 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-01-10 07:45:56 -0500
commit3e2b6810e6cb28bd2983de22c8dfdf2b0c3bbc5b (patch)
tree156a169398ea886e04367f9d4866cc2017c7d64e /libre-testing/pacman/makepkg.conf.in
parentc630e52cb877ba1d0fd91c584fcc4a669cc8e0f5 (diff)
downloadabslibre-3e2b6810e6cb28bd2983de22c8dfdf2b0c3bbc5b.tar.gz
abslibre-3e2b6810e6cb28bd2983de22c8dfdf2b0c3bbc5b.tar.bz2
abslibre-3e2b6810e6cb28bd2983de22c8dfdf2b0c3bbc5b.zip
[pacman]: better alignmemt of pacman.conf(s) comments with arch
Diffstat (limited to 'libre-testing/pacman/makepkg.conf.in')
-rw-r--r--libre-testing/pacman/makepkg.conf.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre-testing/pacman/makepkg.conf.in b/libre-testing/pacman/makepkg.conf.in
index 3fc6ed099..6e7358cab 100644
--- a/libre-testing/pacman/makepkg.conf.in
+++ b/libre-testing/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'