summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXavier Chantry <shiningxc@gmail.com>2009-08-10 15:50:53 +0200
committerDan McGee <dan@archlinux.org>2009-09-06 22:26:32 +0200
commit82522dd8c1f4cd9f19d0cae83368689971f48ebd (patch)
tree90d6363d266e55053b87dc3f27a81a9a51adde73 /doc
parentbdd8e92ff601aab44941e7572f6c48d7e32a3f24 (diff)
downloadpacman-82522dd8c1f4cd9f19d0cae83368689971f48ebd.tar.gz
pacman-82522dd8c1f4cd9f19d0cae83368689971f48ebd.tar.xz
makepkg: new --skipinteg option
Implements FS#15830 This option allows to build a PKGBUILD with no checksums Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index e480d8e3..ad78ffcb 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -86,6 +86,10 @@ Options
linkman:makepkg.conf[5]. This output can be redirected into your
PKGBUILD for source validation using "`makepkg -g >> PKGBUILD`".
+*--skipinteg*::
+ Do not fail when the PKGBUILD does not contain any integrity checks, just
+ print a warning instead.
+
*-h, \--help*::
Output syntax and command line options.