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
https://gitea.artixlinux.org/packagesO/openal/commits/branch/master
You should upgrade by using the command
pacman -Syuu # that's two 'u's
as root.
That did the trick. Great!! Thank you!!