mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-30 19:40:12 -07:00
Updated msys2
This commit is contained in:
parent
6a85995508
commit
f0dc1ea8b0
13308 changed files with 689276 additions and 46605 deletions
|
@ -10,7 +10,7 @@ _repos(){
|
|||
|
||||
_compression(){
|
||||
local -a cmd _comps
|
||||
_comps=('none' 'gzip' 'bzip2' 'lzma' 'lzop' 'xz')
|
||||
_comps=('none' 'gzip' 'bzip2' 'lzma' 'lzop' 'lz4' 'xz')
|
||||
typeset -U _comps
|
||||
compadd "$@" -a _comps
|
||||
}
|
||||
|
@ -38,6 +38,8 @@ _longopts=(
|
|||
'--raw[disable output justification]'
|
||||
'--null[null terminate output]'
|
||||
'--compress=[compress downloaded repos]: :_compression'
|
||||
'--config=[use an alternate pacman config]: :_files'
|
||||
'--cachedir=[use an alternate cache directory]: :_files -/'
|
||||
)
|
||||
|
||||
_shortopts=(
|
||||
|
@ -57,6 +59,8 @@ _shortopts=(
|
|||
'*-w[disable output justification]'
|
||||
'*-0[null terminate output]'
|
||||
'*-z[compress downloaded repos]: :_compression'
|
||||
'*-C[use an alternate pacman config]: :_files'
|
||||
'*-D[use an alternate cache directory]: :_files -/'
|
||||
)
|
||||
|
||||
_pkgfile() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue