From 893da4f8a0187e3f1b755d2372f939e157fc97cc Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 24 Sep 2015 02:57:09 +0300 Subject: [PATCH] Fix repository --- slpkg/sbo/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/sbo/search.py b/slpkg/sbo/search.py index 3419b944..28e11f21 100644 --- a/slpkg/sbo/search.py +++ b/slpkg/sbo/search.py @@ -33,7 +33,7 @@ def sbo_search_pkg(name): """Search for package path from SLACKBUILDS.TXT file and return url """ - repo = Repo().sbo() + repo = Repo().default_repository()["sbo"] sbo_url = "{0}{1}/".format(repo, slack_ver()) SLACKBUILDS_TXT = Utils().read_file( _meta_.lib_path + "sbo_repo/SLACKBUILDS.TXT")