mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: restore URL field in mkpkglists meta archives
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
2dfa41c9a5
commit
33cddb36ff
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,7 @@ def as_dict(package: Package) -> Dict[str, Any]:
|
|||
"PackageBase": package.PackageBase,
|
||||
"Version": package.Version,
|
||||
"Description": package.Description,
|
||||
"URL": package.URL,
|
||||
"NumVotes": package.NumVotes,
|
||||
"Popularity": float(package.Popularity),
|
||||
"OutOfDate": package.OutOfDate,
|
||||
|
@ -191,6 +192,7 @@ def _main():
|
|||
PackageBase.Name.label("PackageBase"),
|
||||
Package.Version,
|
||||
Package.Description,
|
||||
Package.URL,
|
||||
PackageBase.NumVotes,
|
||||
PackageBase.Popularity,
|
||||
PackageBase.OutOfDateTS.label("OutOfDate"),
|
||||
|
|
Loading…
Add table
Reference in a new issue