mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 11:04:15 +02:00
[aur] new AUR dependencies checking algorithm
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}
|
||||
template = {'optimize': True, 'transitive_checking': True, "sync_databases": True, "pacman_dep_check": False}
|
||||
return read(CONFIG_FILE, template, update_file=update_file)
|
||||
|
||||
Reference in New Issue
Block a user