Morph some Package-wise function to PackageBase-wise
Loading
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
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.