Lulu
Lulu
Sorry I'm so behind on PRs and issues. I fixed this a while ago with c894e25bd7cb19028642b046bf419dc078dd0399 I think it's the better approach as split_repo_aur_pkgbuilds still returns Targs so the caller...
The pkgbuild prints a bunch of stuff and takes user input right at the top of the file which is a massive no no. If you just run `makepkg --printsrcinfo`...
You need to actually have a static lib to link against. Ideally it would fail if not found, not sure if I can make cargo do that though.
Yeah if that's not mentioned it should be. pacman-static from the aur has one and alpm.rs will know to look for it if installed.
I'm catching back up on issues. This is a weird one. I don't think it's anything to do with removing old packages. The `Removing old package file` comes from `repo-add`...
Actually paru uses `current_exe()` for this so path shouldn't come into it. So unsure what it could be without debug logs.
Looking at this again I realise the repo-add output is not that of repo add: ``` morganamilo@starlight master ~git/paru % repo-add -R a/a.db.tar.gz ~/pkg/asp-8-1-any.pkg.tar.zst ==> Extracting a.db.tar.gz to a temporary...
openvino and sunshine both appear to be big repos that get constant commits. -git packages track the head of their git repo so even though the pkgbuild has not changed,...
As said, that version is really out of date. This was due to paru using git deps for a while. Now that it doesn't I'll probably end up publishing an...
paru-git should also support the .d drop in files. But there's no logic to currently handle makepkg.conf in the home directory.