summaryrefslogtreecommitdiffstats
path: root/contrib/zsh_completion.in
diff options
context:
space:
mode:
authorDaniel Wallace <daniel.wallace12@gmail.com>2012-07-09 07:55:58 +0200
committerDan McGee <dan@archlinux.org>2012-08-01 16:17:12 +0200
commit52550a2a0a4e6858680828e3fcdf0b12b16c273b (patch)
tree0c7f8caf7f4aa5265ddb8a7f317396039a78e9fb /contrib/zsh_completion.in
parentd2669b47812aebfe3ada7df4c7d7525790ef9c33 (diff)
downloadpacman-52550a2a0a4e6858680828e3fcdf0b12b16c273b.tar.gz
pacman-52550a2a0a4e6858680828e3fcdf0b12b16c273b.tar.xz
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 <daniel.wallace12@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/zsh_completion.in')
-rw-r--r--contrib/zsh_completion.in1
1 files changed, 1 insertions, 0 deletions
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(){