On 23/10/15 08:38, Mohammad Alsaleh wrote: > Signed-off-by: Mohammad Alsaleh <[email protected]> > --- > contrib/zsh_completion.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in > index 1cae1de..69485f5 100644 > --- a/contrib/zsh_completion.in > +++ b/contrib/zsh_completion.in > @@ -41,6 +41,8 @@ _pacman_opts_pkgfile=( > '--dbonly[Only remove database entry, do not remove files]' > '--force[Overwrite conflicting files]' > '--needed[Do not reinstall up to date packages]' > + '--asdeps[mark packages as non-explicitly installed]' > + '--asexplicit[mark packages as explicitly installed]' > '*:package file:_files -g "*.pkg.tar*~*.sig(.,@)"' > ) >
Ack. Allan
