[arch] improvement -> AUR: the index is not always being updated during the initialization process

This commit is contained in:
Vinicius Moreira
2020-12-21 16:08:45 -03:00
parent 7057f683cd
commit a9b196522d
18 changed files with 113 additions and 16 deletions

View File

@@ -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)