You have changed the versioning scheme in a way that the current version is lower than the version of the previous PKGBUILD
(r169
< 1.1.0.git
). So you need to increment epoch
.
Thanks for maintaining!
Also, the VCS packaging guidelines suggest that if there is a "real" upstream version available, like 1.1.0, this should be used as first part of $pkgver
. Is there any reason you removed the 1.1.0.git
, which I have extracted from the build variables in CMakeLists.txt
?
If you remove the release version prefix, I think it is more meaningful then to also remove the =${pkgver}
from the provides
entry.
Pinned Comments