mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Update sbo url
This commit is contained in:
parent
3f7361afd7
commit
871f7fb1dd
1 changed files with 2 additions and 1 deletions
|
@ -122,6 +122,7 @@ class SBoNetwork(object):
|
|||
"""
|
||||
View slackbuild.org
|
||||
"""
|
||||
sbo_url = self.sbo_url.replace("/slackbuilds/", "/repository/")
|
||||
br1, br2, fix_sp = "", "", " "
|
||||
if self.meta.use_colors in ["off", "OFF"]:
|
||||
br1 = "("
|
||||
|
@ -132,7 +133,7 @@ class SBoNetwork(object):
|
|||
print("| {0}Package {1}{2}{3} --> {4}".format(self.green,
|
||||
self.cyan, self.name,
|
||||
self.green,
|
||||
self.endc + self.sbo_url))
|
||||
self.endc + sbo_url))
|
||||
Msg().template(78)
|
||||
print("| {0}Description : {1}{2}".format(self.green,
|
||||
self.endc, self.sbo_desc))
|
||||
|
|
Loading…
Reference in a new issue