zsh completion: Add new makepkg opts

Signed-off-by: William Giokas <1007380@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
William Giokas 2013-03-09 19:01:53 -06:00 committed by Allan McRae
parent 1e21aa589d
commit 63f04177c3

View file

@ -592,6 +592,8 @@ _makepkg_longopts=(
'--noconfirm[do not ask for confirmation when resolving dependencies]' '--noconfirm[do not ask for confirmation when resolving dependencies]'
'--asdeps[Install packages as non-explicitly installed]' '--asdeps[Install packages as non-explicitly installed]'
'--noprogressbar[Do not show a progress bar when downloading files]' '--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(){ _makepkg(){
case $words[CURRENT] in case $words[CURRENT] in