This is related to the debug package, because Zrythm bundles some Carla binaries, your system is generating a zrythm-debug package that contains the same debug IDs as carla-git-debug. Since pacman won't allow two packages to own the same debug files, the installation fails.
Run yay -S zrythm --editmenu, and when the PKGBUILD opens, add options=(!debug) to the top of the file. This will stop the creation of the conflicting debug package.
Another option would be that you either reinstall both packages with yay, or cleanup your cache and then rebuild.
Pinned Comments