The short commit hash length sometimes alternates between 7 and 8 characters, causing paru to detect false updates.
How about Pinning to 8 chars to make pkgver stable.
like this:
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --abbrev=8 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
Pinned Comments
FabioLolix commented on 2024-10-07 15:28 (UTC)
Pkgbuild is hosted here for PR/MR: https://github.com/FabioLolix/PKGBUILD-AUR_fix