mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 15:34:15 +02:00
[aur] renaming settings's property 'pacman_dep_check' to 'simple_checking'
This commit is contained in:
@@ -3,5 +3,5 @@ from bauh.gems.arch import CONFIG_FILE
|
||||
|
||||
|
||||
def read_config(update_file: bool = False) -> dict:
|
||||
template = {'optimize': True, 'transitive_checking': True, "sync_databases": True, "pacman_dep_check": False}
|
||||
template = {'optimize': True, 'transitive_checking': True, "sync_databases": True, "simple_checking": False}
|
||||
return read(CONFIG_FILE, template, update_file=update_file)
|
||||
|
||||
Reference in New Issue
Block a user