summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.conf.5.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-07-14 21:58:46 +0200
committerDan McGee <dan@archlinux.org>2011-07-14 21:58:46 +0200
commit36e48573ceee0f707de0dcc55d1da442d949d3dc (patch)
tree13414158aeb43ff5ab5ee7b09f0ae17a7a9f7b9f /doc/makepkg.conf.5.txt
parent00628c7268e3b81045961be51a0ca640aea368b0 (diff)
downloadpacman-36e48573ceee0f707de0dcc55d1da442d949d3dc.tar.gz
pacman-36e48573ceee0f707de0dcc55d1da442d949d3dc.tar.xz
Add 'compress' compression format as an available option
This adds the '.tar.Z' option to both repo-add and makepkg for no other reason than "why not", and because bsdtar supports it natively with the '-Z' flag. Also update the documentation accordingly. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.conf.5.txt')
-rw-r--r--doc/makepkg.conf.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index aa0174cb..dce9b592 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -215,7 +215,8 @@ Options
**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` and `.tar.xz`.
+ current valid suffixes are `.tar`, `.tar.gz`, `.tar,bz2`, `.tar.xz`, and
+ `.tar.Z`.
Do not touch these unless you know what you are doing.
See Also