Hello,
Nothing serious, but I don't understand.
When I run sudo pacman -Syu I get this message:
warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)
My /etc/pacman.conf file is in order and the version 1.1.38-1.1 installed seems to come from the world repository :
pacman -Qi libxslt
Name : libxslt
Version : 1.1.38-1.1
Description : XML stylesheet transformation library
Architecture : x86_64
URL : https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
Licenses : custom:MIT
Groups : None
Provides : libxslt.so=1-64 libexslt.so=0-64
Depends On : libgcrypt libxml2 xz
Optional Deps : python: Python bindings [installed]
Required By : docbook-xsl inkscape kio libreoffice-fresh python-lxml
qt5-webengine raptor webkit2gtk xmlsec
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 791.77 KiB
Packager : Artix Build Bot <[email protected]>
Build Date : Tue 04 Jul 2023 08:06:42 AM CEST
Install Date : Tue 04 Jul 2023 09:39:18 PM CEST
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
o/
i get this too, happened for a while now, cant remember when it started :p
(https://rehost.diberie.com/Picture/Get/f/198515)
it's not causing any issue, fortunately
edit: according to my pacman.log, it was upgraded from 1.1.37-3 -> 1.1.38-1.1 ~3 weeks ago, on the 2023-07-05
:-)
If it gets annoying enough you can sync them with pacman -Syuu, those are rebuilds, it's a downgrade only if the number is before that dash in case it gives you another warning regarding that.
Indeed after launching sudo pacman -Syuu I have this :
pacman -Q libxslt
libxslt 1.1.38-1
And Pacman said nothing. 8)
Thank you !
I am reassured, I was not the only one to have this message.
Yes, that's it.