[pacman-dev] [PATCH 2/2] Add --noarchive to makepkg's zsh completion

Jeffrey Tolar tolar.jeffrey at gmail.com
Thu Jan 22 01:45:15 UTC 2015


Signed-off-by: Jeffrey Tolar <tolar.jeffrey at gmail.com>
---
 contrib/zsh_completion.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in
index 0905800..1cae1de 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]'
-- 
2.2.2


More information about the pacman-dev mailing list