You are not logged in.

#1 2021-07-16 00:43:55

clafordvlawrence
Member
Registered: 2019-02-13
Posts: 6

Checking which aurs needs updating when a shared library gets updated

I noticed that more often than not, when I upgrade some shared library in pacman, then some aur would break and needs recompilation. Is there a way to fix this?


thinkpad x1 carbon 4gen

Offline

#2 2021-07-16 06:32:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,431

Re: Checking which aurs needs updating when a shared library gets updated

Is there a way to fix this?

Yes. Recompile the aur package…?

Since your subject seems to imply a different question, you could segment the update process.

pacman -Sy # update database
pacman -Quq # at this point you get a list of packages that will be updated
pacman -Qmq # prints AUR/non repo packages
pactree -rl <package> # prints all packages that depend on a certain package
# magic bash script you want to write here, comparing some outputs and not abusing cats
pacman -Su # update package

Offline

Board footer

Powered by FluxBB