summaryrefslogtreecommitdiffstats
path: root/contrib/zsh_completion.in
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2013-04-28 22:42:22 -0400
committerAllan McRae <allan@archlinux.org>2013-04-30 21:04:21 +1000
commit9de33488bffffd4bb273f73f98a0ced40ba06f29 (patch)
tree96959a555ed012e1d3259b1cb2cc6efd6e371e93 /contrib/zsh_completion.in
parentb8c84479712f021735466d9882bf8ebbf1c558e4 (diff)
downloadpacman-9de33488bffffd4bb273f73f98a0ced40ba06f29.tar.xz
Add --noprepare option to makepkg
This new option disables the prepare function. Useful in combination with -o to get an unpatched copy of the sources for testing purpose. Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/zsh_completion.in')
-rw-r--r--contrib/zsh_completion.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in
index f9d11063..c1fe0412 100644
--- a/contrib/zsh_completion.in
+++ b/contrib/zsh_completion.in
@@ -583,6 +583,7 @@ _makepkg_longopts=(
'--holdver[Prevent automatic version bumping for development PKGBUILDs]'
'--key[Specify key to use for gpg signing instead of the default]: :_keys'
'--nocheck[Do not run the check() function in the PKGBUILD]'
+ '--noprepare[Do not run the prepare() function in the PKGBUILD]'
'--nosign[Do not create a signature for the package]'
'--pkg[Only build listed packages from a split package]'
'--sign[Sign the resulting package with gpg]'