@@ -72,6 +72,7 @@ _xbps_checkvers() {
7272 {-D,--distdir}'[Set the path to void-packages]:path:_files -/' \
7373 {-i,--installed}'[Check for outdated packages in rootdir]' \
7474 {-s,--show-missing}'[List any binary packages which are not built]' \
75+ --staging'[Enable use of staged packages]' \
7576 '*:extra packages:_files'
7677}
7778
@@ -130,6 +131,7 @@ _xbps_install() {
130131 {-M,--memory-sync}'[Keep remote repository data in memory only]' \
131132 '*'{-R,--repository=-}'[Add repository to the top of the list]:repository url:_files -/' \
132133 {-S,--sync}'[Sync remote repository index]' \
134+ --staging'[Enable use of staged packages]' \
133135 {-u,--update}'[Update target packages]' \
134136 {-U,--unpack-only}'[Unpack packages without configuring]' \
135137 {-y,--yes}'[Assume yes to all questions]' \
@@ -155,6 +157,7 @@ _xbps_query() {
155157 --regex'[Use Extended Regular Expressions to match]' \
156158 --fulldeptree'[Full dependency tree for -x/--deps]' \
157159 -R'[Enable repository mode]' \
160+ --staging'[Enable use of staged packages]' \
158161 '*'--repository=-'[Add repository to the top of the list]:repository url:_files -/' \
159162 - '(mode)' \
160163 {-l,--list-pkgs}'[List installed packages]' \
0 commit comments