Skip to content

Commit

Permalink
Update variable in glaucus.py
Browse files Browse the repository at this point in the history
Update build-time dependencies variable in glaucus.py
  • Loading branch information
firasuke authored Jun 18, 2024
1 parent 00717fb commit b54f0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repology/parsers/parsers/glaucus.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def iter_parse(self, path: str, factory: PackageFactory) -> Iterable[PackageMake
continue

pkg.set_version(pkgdata['ver'])
pkg.set_summary(pkgdata.get('cnt'))
pkg.set_summary(pkgdata.get('bld'))
pkg.add_links(LinkType.UPSTREAM_DOWNLOAD, pkgdata.get('url'))

for line in ceras_contents.split('\n'):
Expand Down

0 comments on commit b54f0a4

Please sign in to comment.