|
@@ -53,7 +53,6 @@ _pacman_opts_common=(
|
|
|
'--editorflags[Flags to pass to editor]'
|
|
|
'--makepkg[makepkg command to use]:makepkg:_files'
|
|
|
'--pacman[pacman command to use]:pacman:_files'
|
|
|
- '--tar[bsdtar command to use]:tar:_files'
|
|
|
'--git[git command to use]:git:_files'
|
|
|
'--gpg[gpg command to use]:gpg:_files'
|
|
|
|
|
@@ -158,7 +157,7 @@ _pacman_opts_yay_modifiers=(
|
|
|
|
|
|
# -G
|
|
|
_pacman_opts_getpkgbuild_modifiers=(
|
|
|
- {-f,--force}'[Force download for existing tar packages]'
|
|
|
+ {-f,--force}'[Force download for existing ABS packages]'
|
|
|
)
|
|
|
|
|
|
# -P
|
|
@@ -193,7 +192,6 @@ _pacman_opts_database=(
|
|
|
|
|
|
_pacman_opts_files=(
|
|
|
{-l,--list}'[List the files owned by the queried package]:package:_pacman_completions_all_packages'
|
|
|
- {-o,--owns}'[Query the package that owns]:files:_files'
|
|
|
{-x,--regex}'[Enable searching using regular expressions]:regex:'
|
|
|
{-y,--refresh}'[Download fresh files databases from the server]'
|
|
|
'--machinereadable[Produce machine-readable output]'
|
|
@@ -226,7 +224,7 @@ _pacman_opts_sync_modifiers=(
|
|
|
'*--ignoregroup[Ignore a group upgrade]:package group:_pacman_completions_all_groups'
|
|
|
'--asdeps[Install packages as non-explicitly installed]'
|
|
|
'--asexplicit[Install packages as explicitly installed]'
|
|
|
- '--force[Overwrite conflicting files]'
|
|
|
+ '--overwrite[Overwrite conflicting files]:files:_files'
|
|
|
'--print-format[Specify how the targets should be printed]'
|
|
|
)
|
|
|
|