[modules/pacman] Update list of repositories
This commit is contained in:
parent
50d7a27487
commit
b9a4b590a4
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue