Skip to content

Commit 0d385d0

Browse files
committed
data/_xbps: add --staging flag
1 parent a733838 commit 0d385d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/_xbps

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)