[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.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:
|
||||
|
|
Loading…
Reference in a new issue