diff options
Diffstat (limited to 'contrib/zsh_completion.in')
-rw-r--r-- | contrib/zsh_completion.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index c150144c..67aa40a7 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -589,6 +589,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]' |