rua
rua copied to clipboard
improve detection of package names to install
Currently, rua uses a global whitelist of packages that are needed to install. It is not a per-pkgbase thing.
Making it local to each pkgbase would make the algorithm more simple/straightforward, allowing less mistakes to happen.
The downside is that another makepkg invocation would need to be made (but it's still deemed to be a good thing).
I am using rua to build kwin-git. plasma-frameworks-git depends on kirigami-git (kirigami2-git). However, there is no kirigami-git, which is what rua specifically looks for. It does not find kirigami2-git. Does AUR not have a redirect function?