Mesa: unresolvable package conflicts detected

hi,

i tried to install libva-mesa-driver with this result:

tom@cachyos ~ # sudo pacman -S libva-mesa-driver
resolving dependencies...
looking for conflicting packages...
:: libva-mesa-driver-1:24.2.6-3 and mesa-1:24.3.2-2 are in conflict. Remove mesa? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libva-mesa-driver-1:24.2.6-3 and mesa-1:24.3.2-2 are in conflict (libva-mesa-driver<1:24.2.7-1)

remove mesa isn’t a option

:: removing mesa breaks dependency 'mesa' required by libglvnd
:: removing mesa breaks dependency 'opengl-driver' required by libglvnd
:: removing mesa breaks dependency 'mesa' required by mpv
:: removing mesa breaks dependency 'mesa' required by qt6-base
:: removing mesa breaks dependency 'mesa' required by qt6-webengine
:: removing mesa breaks dependency 'opengl-driver' required by wlroots0.17

Looks to me like v3 and v1 are out of sync:

$ pacman -Ss libva-mesa-driver
...
cachyos-v3/libva-mesa-driver 1:24.2.6-3
    Open-source VA-API drivers
...
cachyos/libva-mesa-driver 1:24.2.4-1
    Open-source VA-API drivers
...

Still, both are libva-mesa-driver<1:24.2.7-1

…and also v4

tom@cachyos ~ # sudo pacman -S cachyos-v4/libva-mesa-driver
resolving dependencies...
looking for conflicting packages...
:: libva-mesa-driver-1:24.2.6-3 and mesa-1:24.3.2-2 are in conflict. Remove mesa? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libva-mesa-driver-1:24.2.6-3 and mesa-1:24.3.2-2 are in conflict (libva-mesa-driver<1:24.2.7-1)

libva-mesa-driver has been merged to mesa since 24.2.7. We’ll need to remove that from the repo, thanks for reminding.