federino@programming.dev to Linux@lemmy.ml · 1 year agoPacman v7.0.0 releasedgitlab.archlinux.orgexternal-linkmessage-square32fedilinkarrow-up1168arrow-down11
arrow-up1167arrow-down1external-linkPacman v7.0.0 releasedgitlab.archlinux.orgfederino@programming.dev to Linux@lemmy.ml · 1 year agomessage-square32fedilink
minus-squarethevoidzero@lemmy.worldlinkfedilinkarrow-up9·1 year agoCan you do makepkg in the clone of yay PKGBUILD from aur? That seems like a better solution than symlinking…
minus-squarethevoidzero@lemmy.worldlinkfedilinkarrow-up4·1 year agoThat’s how you’re supposed to use AUR, I think. All yay, paru, etc do is make it convenient to do that while also helping with searching and upgrading them.
minus-squareCrayCray@lemmy.worldlinkfedilinkarrow-up4·1 year agoThis is the correct thing to do when it breaks, recompile and link against the new libs. Otherwise you could see funny behaviour.
Can you do makepkg in the clone of yay PKGBUILD from aur? That seems like a better solution than symlinking…
I did this. And it worked like a charm
That’s how you’re supposed to use AUR, I think. All yay, paru, etc do is make it convenient to do that while also helping with searching and upgrading them.
This is the correct thing to do when it breaks, recompile and link against the new libs. Otherwise you could see funny behaviour.