mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fix repository
This commit is contained in:
parent
5e68a00d96
commit
893da4f8a0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue