diff options
author | Jeffrey Tolar <tolar.jeffrey@gmail.com> | 2015-01-21 19:45:15 -0600 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-02-01 21:11:15 +1000 |
commit | aa12a773b8d6ed41878081a69d7a1d089129abef (patch) | |
tree | 3ae2a0aaaca90e6dfc0a6e6ccc21f3a2815ac197 /contrib | |
parent | 50de87e0e61e4cd5e80e58dcabc0f80b3e94d203 (diff) | |
download | pacman-aa12a773b8d6ed41878081a69d7a1d089129abef.tar.xz |
Add --noarchive to makepkg's zsh completion
Signed-off-by: Jeffrey Tolar <tolar.jeffrey@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib')
-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 09058001..1cae1de0 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -590,6 +590,7 @@ _makepkg_longopts=( '--config[Use an alternate config file instead of '@sysconfdir@/makepkg.conf']: :_files' '--holdver[Prevent automatic version bumping for development PKGBUILDs]' '--key[Specify key to use for gpg signing instead of the default]: :_keys' + '--noarchive[Do not create the archive at the end of the build process]' '--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]' |