mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Fixed for build
This commit is contained in:
parent
4f9d22e165
commit
9c335f7775
1 changed files with 3 additions and 0 deletions
|
@ -356,6 +356,9 @@ class Slackbuilds(Configs):
|
|||
help_text: str = f'Installed: {package}-{inst_pkg_ver} -> Available: {repo_ver}'
|
||||
repo_ver: str = f'{inst_pkg_ver} -> {repo_ver}'
|
||||
|
||||
if self.mode == 'build':
|
||||
status: bool = True
|
||||
|
||||
if self.mode == 'upgrade' and self.utils.is_package_upgradeable(package, self.file_pattern):
|
||||
status: bool = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue