pkgbuilder
pkgbuilder copied to clipboard
Rebuild dependent AUR Packages
It would be nice if pkgbuilder could search for installed aur packages that are dependent on the upgraded packages (also aur packages avoiding cycles) and rebuild them to avoid having broken aur packages installed.
possible flow would be:
- after installation return list of installed pkgs
- search for dependent aur-pkgs not in cache
- build and install dependent aur-pkgs and cache them
- repeat from 2
I would like to implement it but I don't realy know at which point in the code