Skip to content

Morph some Package-wise function to PackageBase-wise

Kevin Morris requested to merge kevr/aurweb:package_to_pkgbase into pu

The functions in question in this MR take in Package arguments, but they should really be taking in PackageBase arguments and dealing more directly with them. Currently, some of our Package-wise functions have to do a lot more just to decide how to move forward.

Merge request reports