While I am here though. The dependency on expac-git>=8.1.g5ae006f
should probably be changed. vercmp just checks the ascii codes and can not tell which git commit comes after which. This means g5ae006f
could change to become something that evaluated as less than the last commit.
Instead expac should be using the more standard 8.1.r100.g5ae006f versioning where you can then dep a specific revision expac-git>=8.1.r100
Pinned Comments