zqqw
zqqw
If all the AUR packages you want ignored appear in one line and it is the first IgnorePkg line in /etc/pacman.conf this works. For the ordinary binary repo packages they...
Sorry I didn't get to this sooner, I was working on some more fundamental breakages and didn't want to get sidetracked as they took ages to fix as it was....
This is due to the way the PKGBUILD has been written. To change this behaviour, you could edit the PKGBUILD when prompted by the Pakku build process. If you are...
With this PKGBUILD it's quite simple to modify thanks to the way it's written, when you are asked this by pakku, type y: :: View and edit eclipse/PKGBUILD? [Y/n/s/a/?] y...
Could you make a PR for the Easter Egg patch here for pakku-git: https://github.com/zqqw/pakku Although I could add it myself, it would make it easier to keep the history right...
Thank you for your suggestion. AUR helpers are never included in the Arch Linux repos. Using the AUR even with an AUR helper requires some knowledge of how it works,...
It seems to find it OK trying this myself just now. Sorry for the delayed reply, I'll have to look at my notification settings on this repo.
I hit this error today for the first time updating on someone else's high speed direct fiber business connection - perhaps due to a different DNS server? This may work,...
Actually the error I got was different: ``` checking AUR database for upgrades... error: failed to perform request: Couldn't resolve host name ``` Then it went on to list all...
I'd suggest trying to add something like: ``` echo "repoPath & \"/.SRCINFO\" = ", repoPath & "/.SRCINFO" quit(1) ``` after the "else" to hopefully find out where it thinks SRCINFO...