[pacman-dev] [PATCH] zsh completion: Add new makepkg opts
William Giokas
1007380 at gmail.com
Sat Mar 9 20:01:53 EST 2013
Signed-off-by: William Giokas <1007380 at gmail.com>
---
Just adding in the options that were recently added to the makepkg
completion.
contrib/zsh_completion.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in
index 0f39e81..8ad4a63 100644
--- a/contrib/zsh_completion.in
+++ b/contrib/zsh_completion.in
@@ -592,6 +592,8 @@ _makepkg_longopts=(
'--noconfirm[do not ask for confirmation when resolving dependencies]'
'--asdeps[Install packages as non-explicitly installed]'
'--noprogressbar[Do not show a progress bar when downloading files]'
+ '--needed[Do not reinstall up-to-date packages]'
+ '--verifysource[Only download sources and verify checksums]'
)
_makepkg(){
case $words[CURRENT] in
--
1.8.2.rc1.24.g06d67b8
More information about the pacman-dev
mailing list