summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-07-16 14:42:32 +0200
committerDan McGee <dan@archlinux.org>2011-07-27 19:47:13 +0200
commit2b3405e01ba756a48ff374bf632f525ad44c47c1 (patch)
tree1674b169e4b0f60e62f74af15609321598b59e12 /doc
parent94f61c5b29274df164b01105165945e445289ae7 (diff)
downloadpacman-2b3405e01ba756a48ff374bf632f525ad44c47c1.tar.gz
pacman-2b3405e01ba756a48ff374bf632f525ad44c47c1.tar.xz
makepkg: more control of skipping integrity checks
Allows the skipping of all integrity checks (checksum and PGP) or either the checksum or PGP checks individually. Original-patch-by: Wieland Hoffman <theminew@googlemail.com> Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.8.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index 57c1f899..34cecdc2 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -85,10 +85,13 @@ Options
using "`makepkg -g >> PKGBUILD`".
*--skipinteg*::
- Do not perform any integrity checks, just print a warning instead.
+ Do not perform any integrity checks (checksum and PGP) on source files.
+
+*\--skipchecksums*::
+ Do not verify checksums of source files.
*\--skippgpcheck*::
- Do not verify PGP signatures of the source files.
+ Do not verify PGP signatures of source files.
*-h, \--help*::
Output syntax and command line options.