[modules/pacman] Update list of repositories

This commit is contained in:
Yashar Shahi 2017-03-10 19:09:31 +03:30
parent 50d7a27487
commit b9a4b590a4

View file

@ -14,8 +14,9 @@ import bumblebee.input
import bumblebee.output import bumblebee.output
import bumblebee.engine import bumblebee.engine
#list of repositories the last one sould always be other #list of repositories.
repos = ["community", "core", "extra", "other"] #the last one sould always be other
repos = ["core", "extra", "community", "multilib", "testing", "other"]
def get_pacman_info(widget, path): def get_pacman_info(widget, path):
try: try: