mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
662c630a08
`TotalDownload` is removed in pacman 6. We can't leave it enabled for pacman 5 and disable for pacman 6, so we disable it for both.
27 lines
426 B
PacmanConf
27 lines
426 B
PacmanConf
[options]
|
|
RootDir = /
|
|
CacheDir = /cachedir/ /another/
|
|
LogFile = /logfile
|
|
GPGDir = /gpgdir/
|
|
HookDir = /hookdir/
|
|
UseDelta = 0.5
|
|
Architecture = 8086
|
|
IgnorePkg = ignore
|
|
IgnorePkg = this
|
|
IgnorePkg = package
|
|
IgnoreGroup = ignore
|
|
IgnoreGroup = this
|
|
IgnoreGroup = group
|
|
NoUpgrade = noupgrade
|
|
NoExtract = noextract
|
|
|
|
CheckSpace
|
|
ILoveCandy
|
|
VerbosePkgLists
|
|
|
|
[repo1]
|
|
Server = repo1
|
|
|
|
[repo2]
|
|
Server = repo2
|