pkgver(): git describe
generate lower commit count than what's on AUR:
$ git clone https://aur.archlinux.org/freecad-git.git && cd freecad-git
$ makepkg -Cod
==> Making package: freecad-git 1:0.19pre.r2096.gc903de8af7-1
...
==> Updated version: freecad-git 1:0.19pre.r4.g64cf85c21-1
==> Sources are ready
Following the git-describe(1)
man page, second version is correct one.
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.