Artix Linux Forum

Artix Linux => Package management => Topic started by: sticksix on 10 April 2022, 21:58:06

Title: warning: openal: local (1.21.1-3.1) is newer than world (1.21.1-3)
Post by: sticksix on 10 April 2022, 21:58:06
Been getting this warning for the past several weeks.

warning: openal: local (1.21.1-3.1) is newer than world (1.21.1-3)

Checking pkg browser shows the package is pulled from world and not instead from an arch repo. I figured the package version just hasn't been updated? No biggie, had just been wondering. Thanx

Title: Re: warning: openal: local (1.21.1-3.1) is newer than world (1.21.1-3)
Post by: strajder on 10 April 2022, 22:27:20
https://gitea.artixlinux.org/packagesO/openal/commits/branch/master

You should upgrade by using the command
Code: [Select]
pacman -Syuu     # that's two 'u's
as root.
Title: Re: warning: openal: local (1.21.1-3.1) is newer than world (1.21.1-3)
Post by: sticksix on 11 April 2022, 03:08:44
https://gitea.artixlinux.org/packagesO/openal/commits/branch/master

You should upgrade by using the command
Code: [Select]
pacman -Syuu     # that's two 'u's
as root.
That did the trick. Great!! Thank you!!