Lulu

Results 352 comments of Lulu

With #866 the depsolver should again no longer be able to get stuck in a loop.

If I remember correctly, pacman 6 added these option to the default makepkg.conf. Arm doesn't support these flags though and it wasn't merged out.

May make sense to wrap the config and such in a function. ```go func Config() { if config == nil { config, err = loadConfig() if err != nil {...

I've always advocated to do `checkupdates && yay -Qua`.

Doesn't this already exist as PKGDEST?

Above you said you wanted to move the stuff not remove them.

Set BUILDDIR to tmp and PKGDEST to wherever you want?

I respond to email. This was so long ago didn't realise it was the same thread :p

> Right. --skipdepcheck assumes you're otherwise providing the dependencies somehow, at least at the pacman-level. Here pacman is still getting mad due to the missing dep. So either: Honestly I...