It appears that freecad-git only randomly is seen as changing.
If I force a build with, for example, yay, it get the latest git version, but package managers don't see updates automatically (or randomly see it).
The check fails, so has be commented out in PKGBUILD to get yay to not error out and install the build.
There also seems to be QT6 issues in the UI that are not present in builds on other OS's (Debian) where QT5 is used.
Most of this is just passing on FYI.
Pinned Comments
adrianinsaval commented on 2023-03-12 14:50 (UTC)
If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with
makepkg --nocheck
if you don't care about the functionality that is being reported as failing in the check.