[aur] enabled by default

This commit is contained in:
Vinicius Moreira
2019-11-27 12:55:08 -03:00
parent 55e871151e
commit 7dda7eaa18
12 changed files with 42 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
from bauh.api.abstract.model import SuggestionPriority
ALL = {'google-chrome': SuggestionPriority.HIGH}
ALL = {'google-chrome': SuggestionPriority.HIGH,
'lutris-git': SuggestionPriority.LOW,
'xdman': SuggestionPriority.LOW}