index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Wallace <daniel.wallace12@gmail.com> | 2012-07-09 01:55:58 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-01 09:17:12 -0500 |
commit | 52550a2a0a4e6858680828e3fcdf0b12b16c273b (patch) | |
tree | 0c7f8caf7f4aa5265ddb8a7f317396039a78e9fb /contrib | |
parent | d2669b47812aebfe3ada7df4c7d7525790ef9c33 (diff) |
-rw-r--r-- | contrib/bash_completion.in | 6 | ||||
-rw-r--r-- | contrib/zsh_completion.in | 1 |
diff --git a/contrib/bash_completion.in b/contrib/bash_completion.in index 1b265e0c..b0901af2 100644 --- a/contrib/bash_completion.in +++ b/contrib/bash_completion.in @@ -74,9 +74,9 @@ _makepkg() { COMPREPLY=() _get_comp_words_by_ref cur prev if [[ $cur = -* && ! $prev =~ ^-(-(config|help)$|\w*[Chp]) ]]; then - opts=('allsource asroot check clean config force geninteg help holdver ignorearch - install log nobuild nocheck nocolor noconfirm nodeps noextract noprogressbar - nosign pkg repackage rmdeps sign skipinteg source syncdeps' + opts=('allsource asdeps asroot check clean config force geninteg help holdver ignorearch + install log nobuild nocheck nocolor noconfirm nodeps noextract + noprogressbar nosign pkg repackage rmdeps sign skipinteg source syncdeps' 'A L R S c d e f g h i m o p r s') _arch_ptr2comp opts fi 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(){ |