diff --git a/slpkg/sbo/search.py b/slpkg/sbo/search.py index 156e75cc..e4bc8111 100644 --- a/slpkg/sbo/search.py +++ b/slpkg/sbo/search.py @@ -30,8 +30,8 @@ from slpkg.slack.slack_version import slack_ver def sbo_search_pkg(name): - """ - Search for package path from SLACKBUILDS.TXT file + """Search for package path from SLACKBUILDS.TXT file and + return url """ try: repo = Repo().sbo()