Hi Nick! Could you update the pkgver function to:
git describe | sed -r 's/([^-]+)-([^-]+)-([^-]+)/\1~\2.\3/'
as per the official way to get the latest version? The sed command I added to translate the dashes to something fitting the Arch version string format. Source: https://gitlab.com/kicad/code/kicad/-/issues/6114#note_434166499
Pinned Comments