I've updated PKGBUILD to:
- not clone a specific commit, will use latest commit on main branch
- patch the version onto the built package so that
dura --version
will show something like '0.2.0+r11.gb4a51b9', which is the latest tag + distance from the tag, so 0.2.0+r11 means this is 11 commits after 0.2.0 was tagged - run tests after build, since builds aren't done from a release having tests run first seems sensible
Pinned Comments
roscar commented on 2023-10-26 06:31 (UTC)
I've updated PKGBUILD to:
dura --version
will show something like '0.2.0+r11.gb4a51b9', which is the latest tag + distance from the tag, so 0.2.0+r11 means this is 11 commits after 0.2.0 was tagged