summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.conf.5.txt
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-02-09 16:04:21 +0100
committerAllan McRae <allan@archlinux.org>2013-02-13 02:50:32 +0100
commit572b1a5de7a2e44bc269733870fbf0bfc5e6b5e7 (patch)
treecead2551ab2dd429755675bd33fd265b3e1f5160 /doc/makepkg.conf.5.txt
parent390b08f18b4ef550230f9f4749fb52254ccba6e5 (diff)
downloadpacman-572b1a5de7a2e44bc269733870fbf0bfc5e6b5e7.tar.gz
pacman-572b1a5de7a2e44bc269733870fbf0bfc5e6b5e7.tar.xz
makepkg: add lrzip compression support
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/makepkg.conf.5.txt')
-rw-r--r--doc/makepkg.conf.5.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index 052b3429..34748de1 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -240,14 +240,16 @@ Options
This value is used when querying a package to see who was the builder.
It is recommended you change this to your name and email address.
-**COMPRESSGZ=**"(gzip -c -f -n)", **COMPRESSBZ2=**"(bzip2 -c -f)", **COMPRESSXZ=**"(xz -c -z -)", **COMPRESSZ=**"(compress -c -f)"::
+**COMPRESSGZ=**"(gzip -c -f -n)", **COMPRESSBZ2=**"(bzip2 -c -f)",
+**COMPRESSXZ=**"(xz -c -z -)", **COMPRESSLRZ=**"(lrzip -q)",
+**COMPRESSZ=**"(compress -c -f)"::
Sets the command and options used when compressing compiled or source
packages in the named format.
**PKGEXT=**".pkg.tar.gz", **SRCEXT=**".src.tar.gz"::
Sets the compression used when making compiled or source packages. The
- current valid suffixes are `.tar`, `.tar.gz`, `.tar.bz2`, `.tar.xz`, and
- `.tar.Z`.
+ current valid suffixes are `.tar`, `.tar.gz`, `.tar.bz2`, `.tar.xz`,
+ `.tar.lrz` and `.tar.Z`.
Do not touch these unless you know what you are doing.
See Also