@tapajos thanks for picking the package up! I don't know what I was thinking when I wrote pkgver()
, but in a well-tagged repo it usually should be a massaged version of git describe
, perhaps:
git describe --tags --long | sed 's/^[^0-9]*//;s/\([^-]*-g\)/r\1/;s/-/./g'
Pinned Comments
gesh commented on 2024-06-06 15:38 (UTC)
I've uploaded an update to address the concerns I raised in re incompatibility with v2.
However, since I don't use this package (preferring to instead rely on https://archlinux.org/packages/extra/any/python-bibtexparser/), I'm disowning this package in favor of anyone who is more interested in it.