mirror of
https://github.com/BioArchLinux/bioarchlinux-tools.git
synced 2025-03-09 22:53:31 +00:00
fix description for optdepends
This commit is contained in:
parent
0815062bfa
commit
5ad361cf8b
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class PkgInfo:
|
|||
if self.new_optdepends:
|
||||
new_optdepends_line = '\n'.join(
|
||||
['optdepends=(', '\n'.join(
|
||||
[' ' + _ for _ in self.new_optdepends]), ')\n'])
|
||||
[' ' + f"'{x}'" if ":" in x else ' '+x for x in self.new_optdepends]), ')\n'])
|
||||
if self.optdepends_changed:
|
||||
# no old, but has new
|
||||
if optdepends_interval[0] == -1:
|
||||
|
|
Loading…
Add table
Reference in a new issue