[arch] improvement -> new settings property 'aur_remove_build_dir'

This commit is contained in:
Vinicius Moreira
2020-08-20 11:55:37 -03:00
parent f632aea55e
commit 92384875cd
12 changed files with 35 additions and 9 deletions

View File

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