Somehow upstream changed the git tag versioning -- now
git describe --tags
returnspush-4-g9b38674
,git describe
returnsv0.2.1-8-g9b38674
.
So I suggest to move from git describe --tags
to git describe
in pkgver()
and closely monitor if upstream changes the version determination mechanism again.
Otherwise, $epoch
needs an increment, because push < 0.1.3
.
Regards!
Pinned Comments
slithery0 commented on 2023-02-02 01:45 (UTC)
This package can now be installed with
$pip3 install gpt-chatbot-cli