Lulu

Results 352 comments of Lulu

No because we don't want to actually install updates that weren't already installed. Unless they were explicitly passed on the command line.

It probably makes sense to do this the other way. ``` [MConf] /path/to/config-1.conf = pkg1 pkg2 /path/to/config-2.conf = pkg3 pkg4 pkg5 ...

> For libpdfium-nojs I assume this is due to the fact that it is listed as IgnorePkg in /etc/pacman.conf. This would make the local version older, not newer. Anyway, this...

There's checks to stop resolving deps if a package is satisfied. There needs to be a condition that says not to stop resolving if rebuild tree is set and the...

You can't check that. This needs to be a check at the solver level that tells it to not stop.

The resolver is its own library https://github.com/Morganamilo/aur-depends

Implemented, though this doesn't work if you're using local repos. Due to them being repo packages. This will probably be fixed at a later date.

The solution is to uninstall the aur package, update pacman, build the aur package aginst the new one. That's a common thing but. It's possible a smarter algorithm could do...

> What do you mean by "chroot builds" See `makechrootpkg` and paru's chroot option. > but that second case with other kind of packages could mean loss of data/configs, right?...

This should have been fixed a while ago in git as the v2 dep resolver is merged in.