the new pkgver() is giving me older version string than previous.
now with git describe --long --tags --abbrev=7 --exclude='[a-zA-Z][a-zA-Z]*'| sed -E 's/([^-]*-g)/r\1/;s/-[^-]*-r/-r/;s/-/./g'
, it's 20240203.110809.r768.g6a493f8
.
the old git -c "core.abbrev=8" show -s "--format=%cd-%h" "--date=format:%Y%m%d-%H%M%S" | tr - .
gives 20250730.195751.6a493f88
.
it causes problem because pacman would see that as a downgrade.
Pinned Comments
wez commented on 2020-09-08 15:46 (UTC)
Please use https://github.com/wez/wezterm/issues to raise and track issues/questions!