index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-07-16 22:42:32 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-27 12:47:13 -0500 |
commit | 2b3405e01ba756a48ff374bf632f525ad44c47c1 (patch) | |
tree | 1674b169e4b0f60e62f74af15609321598b59e12 /doc | |
parent | 94f61c5b29274df164b01105165945e445289ae7 (diff) |
-rw-r--r-- | doc/makepkg.8.txt | 7 |
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. |