summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2021-02-22 16:07:28 +1100
committerJohn-Michael Mulesa2021-02-22 16:07:28 +1100
commit79f17d60a38852b46305d844dc031f53beeb4183 (patch)
treed7ef07b1860ef5eb63681e9c49a31ea0fdf4b6e2
parent03be259f8fe86a0c692536993134b090f95dbe3c (diff)
downloadaur-79f17d60a38852b46305d844dc031f53beeb4183.tar.gz
Fix versioning to handle new upstream format.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebda86bb936d..87401d181a43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geysermc-bin
pkgdesc = Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition, closing the gap from those wanting to play true cross-platform.
- pkgver = 1.1.0.5b76a85
+ pkgver = 1.2.0.SNAPSHOT.f480fbf
pkgrel = 1
url = https://github.com/GeyserMC/Geyser
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1488e44778ae..85a51427332c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John-Michael Mulesa <jmulesa@gmail.com>
pkgname=geysermc-bin
-pkgver=1.1.0.5b76a85
+pkgver=1.2.0.SNAPSHOT.f480fbf
pkgrel=1
pkgdesc="Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition, closing the gap from those wanting to play true cross-platform."
arch=('any')
@@ -15,7 +15,7 @@ md5sums=('SKIP'
pkgver () {
cd "${srcdir}"
- echo "$(cat git.properties | grep version | cut -d= -f2).$(cat git.properties | grep id.abbrev | cut -d= -f2)"
+ echo "$(cat git.properties | grep version | cut -d= -f2).$(cat git.properties | grep id.abbrev | cut -d= -f2)" | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package () {