mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for upgradeable
This commit is contained in:
parent
3186ed7723
commit
b6bf8a5c11
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ class ViewMessage(Configs):
|
||||||
color: str = self.grey
|
color: str = self.grey
|
||||||
if upgradable:
|
if upgradable:
|
||||||
color: str = self.violet
|
color: str = self.violet
|
||||||
|
package: str = self.build_package_and_version(package)
|
||||||
if installed and self.option_for_reinstall:
|
if installed and self.option_for_reinstall:
|
||||||
color: str = self.violet
|
color: str = self.violet
|
||||||
package: str = self.build_package_and_version(package)
|
package: str = self.build_package_and_version(package)
|
||||||
|
|
Loading…
Add table
Reference in a new issue