mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fixed for version
This commit is contained in:
parent
92bd4ce575
commit
a2898404a1
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ class Slackbuilds(Configs):
|
|||
for package in dependencies:
|
||||
status: bool = False
|
||||
|
||||
repo_ver: str = self.data[package][0]
|
||||
repo_ver: str = self.data[package][2]
|
||||
description: str = self.data[package][8]
|
||||
help_text: str = f'Description: {description}'
|
||||
upgradable: bool = self.upgrade.is_package_upgradeable(package)
|
||||
|
|
Loading…
Reference in a new issue