mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Removed version for skip installed option
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
005328b47e
commit
2318f84177
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
4.2.2 - 20/10/2022
|
||||
Updated:
|
||||
- Remove version for skip installed option
|
||||
|
||||
4.2.1 - 18/10/2022
|
||||
Added:
|
||||
- Print the README file in the search option
|
||||
|
|
|
@ -75,9 +75,8 @@ class Slackbuilds:
|
|||
for dep in deps:
|
||||
|
||||
# Checks if the package was installed and skipped.
|
||||
pkg = f'{dep}-{SBoQueries(dep).version()}'
|
||||
if ('--skip-installed' in self.flags and
|
||||
self.utils.is_installed(f'{pkg}-')):
|
||||
self.utils.is_installed(f'{dep}-')):
|
||||
continue
|
||||
|
||||
if dep not in self.slackbuilds:
|
||||
|
|
Loading…
Reference in a new issue