rua icon indicating copy to clipboard operation
rua copied to clipboard

improve detection of package names to install

Open vn971 opened this issue 6 years ago • 1 comments

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).

vn971 avatar Sep 16 '19 11:09 vn971

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?

yaomtc avatar Sep 19 '21 05:09 yaomtc