mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 21:14:15 +02:00
[arch] improvement -> AUR: the index is not always being updated during the initialization process
This commit is contained in:
@@ -21,7 +21,8 @@ def read_config(update_file: bool = False) -> dict:
|
||||
'aur_build_only_chosen': True,
|
||||
'check_dependency_breakage': True,
|
||||
'suggest_unneeded_uninstall': False,
|
||||
'suggest_optdep_uninstall': False}
|
||||
'suggest_optdep_uninstall': False,
|
||||
'aur_idx_exp': 720}
|
||||
return read(CONFIG_FILE, template, update_file=update_file)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user