as of 2023-11-13 build fails since prepare() is missing git submodule handling:
https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=freecad-git#n77
prepare() { cd FreeCAD; git submodule update --init; # <-MISSING THIS LINE }
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.