You are not logged in.
Hi, is there a way to update aur package when the shared library package it builds against gets updated?
Offline
Somebody probably has a better answer, but to force the package to build anew, I'd just delete the old directory you cloned to and clone again. Then makepkg and pacman -U package_file again. That should build the package and install it again, using the updated shared libraries.
That said, I don't know if this is needed, or even desirable, unless you're having problems running the AUR package?
Offline
I assume you want to automatically update/rebuild the AUR package whenever pacman updates a package that provides a library that the AUR package depends on?
=> https://wiki.archlinux.org/title/Pacman#Hooks
Otherwise please be more elaborative about the actual task.
Online
This might do the trick:
https://github.com/maximbaz/rebuild-detector
It's not on the AUR anymore, though. I wonder what happened.
Edit: There is more...
aurebuildcheck-rs-git
findbrokenpkgs
repkg
Last edited by Awebb (2021-10-03 07:04:44)
Offline
This might be what you're looking for.
EDIT: @Awebb beat me to it ![]()
Last edited by dogknowsnx (2021-10-03 07:08:42)
This might do the trick:
https://github.com/maximbaz/rebuild-detector
It's not on the AUR anymore, though. I wonder what happened.
It's in [community] now:
https://archlinux.org/packages/communit … -detector/
https://lists.archlinux.org/pipermail/a … 51617.html
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
Awebb wrote:This might do the trick:
https://github.com/maximbaz/rebuild-detector
It's not on the AUR anymore, though. I wonder what happened.
It's in [community] now:
https://archlinux.org/packages/communit … -detector/
https://lists.archlinux.org/pipermail/a … 51617.html
Now that's an "ohh nice"!
Offline
Awebb wrote:This might do the trick:
https://github.com/maximbaz/rebuild-detector
It's not on the AUR anymore, though. I wonder what happened.
It's in [community] now:
https://archlinux.org/packages/communit … -detector/
https://lists.archlinux.org/pipermail/a … 51617.html
Oh wow, now I feel a bit dumb.
Offline
I continue to be amazed to learn about programs like this, years after beginning to use Arch.
Outstanding.
Added a wiki reference to this package here:
https://wiki.archlinux.org/title/System … l_packages
Last edited by zpg443 (2021-10-03 13:53:03)
Offline