[SOLVED] python-pyqt6 6.4.0-1: /bin exists in filesystem
Looks like python-pyqt6 just got an upgrade yesterday. However, when I try to install the new version I get:
(2/2) checking for file conflicts [--------------------------] 100%
error: failed to commit transaction (conflicting files)
python-pyqt6: /bin exists in filesystem (owned by filesystem)
Errors occurred, no packages were upgraded.
/bin of course is a symlink to /usr/bin, and is owned by filesystem. I think it's pretty important it not get overwritten. I recently had a problem when I tried to force through something that wanted to overwrite the /usr/lib64 symlink, so I'm not doing that again.
I wanted to look at the PKGBUILD but packages.artixlinux.org still shows the old version.
Problem with the new package, or something on my end, more likely?