diff options
author | William Giokas <1007380@gmail.com> | 2013-03-09 19:01:53 -0600 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-14 11:47:10 +1000 |
commit | 63f04177c3987b5e4562d04ea05c867e56dabb9b (patch) | |
tree | 79e3f566f519ab9583536ebbcde73d65217e2952 | |
parent | 1e21aa589d66c56db1c37078c3f1f6ed4095487b (diff) | |
download | pacman-63f04177c3987b5e4562d04ea05c867e56dabb9b.tar.xz |
zsh completion: Add new makepkg opts
Signed-off-by: William Giokas <1007380@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | contrib/zsh_completion.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index 0f39e816..8ad4a632 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 |