|
@@ -86,6 +86,10 @@ _pacman_opts_common=(
|
|
|
'--noprovides[Just look for packages by pkgname]'
|
|
|
'--pgpfetch[Prompt to import PGP keys from PKGBUILDs]'
|
|
|
"--nopgpfetch[Don't prompt to import PGP keys]"
|
|
|
+ "--useask[Automatically resolve conflicts using pacman's ask flag]"
|
|
|
+ '--nouseask[Confirm conflicts manually during the install]'
|
|
|
+ '--combinedupgrade[Refresh then perform the repo and AUR upgrade together]'
|
|
|
+ '--nocombinedupgrade[Perform the repo upgrade and AUR upgrade separately]'
|
|
|
'--rebuildtree[Always build all AUR packages even if installed]'
|
|
|
'--norebuild[Skip package build if in cache and up to date]'
|
|
|
'--mflags[Pass arguments to makepkg]:mflags'
|