From 52550a2a0a4e6858680828e3fcdf0b12b16c273b Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Mon, 9 Jul 2012 01:55:58 -0400 Subject: asdeps flag passed from makepkg to pacman add the asdeps flag for makepkg so that it does pacman -U --asdeps [Allan: clean-up whitespace] Signed-off-by: Daniel Wallace Signed-off-by: Dan McGee --- contrib/zsh_completion.in | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/zsh_completion.in') diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index dc0a544a..84ee93ca 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -483,6 +483,7 @@ _makepkg_longopts=( '--skipinteg[do not perform any verification checks on source files]' '--skippgpcheck[Do not verify source files with PGP signatures]' '--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]' ) _makepkg(){ -- cgit v1.2.3-24-g4f1b