@Radioactiveman: Please introduce an epoch and remove the custom _version in your PKGBUILD.
We're getting out-of-date notifications from unknowing users, thinking that 1.4.0 is out (which it is not).
The right way to get the current version string would be to use the following (as stated in the VCS package guidelines):
pkgver() {
cd "$_pkgname"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
Pinned Comments
Radioactiveman commented on 2020-06-02 17:17 (UTC)
If you experience the problem below when updating packages, first remove
mumble-git, then update all packages includingprotobufand finally compilemumble-gitagain.