summarylogtreecommitdiffstats
path: root/makepkg.conf
diff options
context:
space:
mode:
authorEli Schwartz2019-03-31 13:36:58 -0400
committerEli Schwartz2019-03-31 13:36:58 -0400
commitfbda311bc15a991714e8057de5dba6ca2e9ebc3b (patch)
tree2f920348af1e101d82b5182d4980991e7a19437a /makepkg.conf
parent573315e3955cb33356c6f3ec045642c2ec40a413 (diff)
downloadaur-fbda311bc15a991714e8057de5dba6ca2e9ebc3b.tar.gz
upgpkg: pacman-git 5.1.1.r160.gd37e6d40-2
sync conf files from [core] and upstream changes
Diffstat (limited to 'makepkg.conf')
-rw-r--r--makepkg.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/makepkg.conf b/makepkg.conf
index 11372171ecce..49e3e14ac5f0 100644
--- a/makepkg.conf
+++ b/makepkg.conf
@@ -87,7 +87,7 @@ BUILDENV=(!distcc color !ccache check !sign)
#
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
-#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
+#-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2
INTEGRITY_CHECK=(md5)
#-- Options to be used when stripping binaries. See `man strip' for details.
STRIP_BINARIES="--strip-all"
@@ -130,9 +130,12 @@ 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