Skip to content

fix: package description on /packages/{name} view

Kevin Morris requested to merge kevr/aurweb:fix-package-description into master

...What in the world happened here. We were literally just populating pkg based on pkgbase.packages.first(). We should have been focusing on the package passed by the context, which is always available when show_package_details is true.

Closes #384 (closed)

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports