From b9a4b590a47465a9a37505c457ab701b15360a8f Mon Sep 17 00:00:00 2001 From: Yashar Shahi Date: Fri, 10 Mar 2017 19:09:31 +0330 Subject: [PATCH] [modules/pacman] Update list of repositories --- bumblebee/modules/pacman.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bumblebee/modules/pacman.py b/bumblebee/modules/pacman.py index 2e1f8c7..ffb1fbd 100644 --- a/bumblebee/modules/pacman.py +++ b/bumblebee/modules/pacman.py @@ -14,8 +14,9 @@ import bumblebee.input import bumblebee.output import bumblebee.engine -#list of repositories the last one sould always be other -repos = ["community", "core", "extra", "other"] +#list of repositories. +#the last one sould always be other +repos = ["core", "extra", "community", "multilib", "testing", "other"] def get_pacman_info(widget, path): try: