|
See https://aur.archlinux.org/packages/yavta-git#comment-891331.
This might seem like an incorrect change, but consider the following:
* if someone has not installed this package,
then this change is irrelevant for them;
* if someone has installed this package:
* if rev-parse gave a string shorter than 7 chars,
then they will consider this as an update, and simply
update;
* if rev-parse gave a string with 7 or more chars,
then they will not update since `vercmp` will consider
this new version equal or older, which is fine, because
this not a real version change, furthermore, when a new
commit is made to the repository, rev-count will return
130 or more, so they will now update because `vercmp`
consider r130.xxxx > r129.xxxx.
|