[arch] improvement -> AUR: new settings property 'aur_build_only_chosen'

This commit is contained in:
Vinicius Moreira
2020-08-31 15:01:20 -03:00
parent fede4fb210
commit 1418383730
16 changed files with 271 additions and 61 deletions

View File

@@ -17,7 +17,8 @@ def read_config(update_file: bool = False) -> dict:
'automatch_providers': True,
'edit_aur_pkgbuild': False,
'aur_build_dir': None,
'aur_remove_build_dir': True}
'aur_remove_build_dir': True,
'aur_build_only_chosen': True}
return read(CONFIG_FILE, template, update_file=update_file)