It is because repo packages are updated before AUR packages.
So if you have an AUR package that has a specific version dependency you will get this issue. Even if the AUR package has already been updated it will still happen.
No, it isnât. This is simply due to the way pacman works with AUR packages.
qt5-webkit is an AUR package on EOS. paru and yay both call pacman to update the packages. When pacman hits an AUR package that is built against a specific version of a library, it will always fail like this.
It makes no difference if the AUR maintainer has updated something or not.
This is because pacman doesnât even look in the AUR. This will always happen. There is no âresolvingâ this issue. It is something the user has to handle.
Are using a 3rd party repo or thinking about different distro where qt5-webkit is in a repo? In that case, you would need to wait for that package to be rebuilt.
libicuuc.so=75-64 and libicui18n.so=75-64 were not updated when icu was and caused a host of issues. in my case it was fsearch I had to remove, wait about half a day, rerun my updates, reinstall fsearch and all was well. In some case it it was various electron versions and in this instance itâs qt5-webkit.
Actually not accurate the files in question did not get updated til later in the day. I know cause I had tried several updates after putting fsearch back in only for it to fail because of those two files.
If you saw something different than this then you are likely not using AUR but getting the fsearch package from a 3rd party repo. In that case, you would need to wait to for that repo to rebuild the package. However, that is not the situation that the OP was facing.