Merge branch 'fixurlpath' into 'master'

Fix wrong URLPath in packages-meta-ext-v1.json

See merge request archlinux/aurweb!832
This commit is contained in:
Morgan Adamiec 2025-01-14 06:31:39 +00:00
commit 9597acbd1a

View file

@ -267,7 +267,7 @@ def _main():
# Construct our result JSON dictionary.
item = as_dict(result)
item["URLPath"] = snapshot_uri % result.Name
item["URLPath"] = snapshot_uri % result.PackageBase
# We stream out package json objects line per line, so
# we also need to include the ',' character at the end