federino@programming.dev to Linux@lemmy.ml · 2 年前Pacman v7.0.0 releasedgitlab.archlinux.orgexternal-linkmessage-square32linkfedilinkarrow-up1168arrow-down11
arrow-up1167arrow-down1external-linkPacman v7.0.0 releasedgitlab.archlinux.orgfederino@programming.dev to Linux@lemmy.ml · 2 年前message-square32linkfedilink
minus-squarethevoidzero@lemmy.worldlinkfedilinkarrow-up9·2 年前Can you do makepkg in the clone of yay PKGBUILD from aur? That seems like a better solution than symlinking…
minus-squarethevoidzero@lemmy.worldlinkfedilinkarrow-up4·2 年前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.
minus-squareCrayCray@lemmy.worldlinkfedilinkarrow-up4·2 年前This 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.