summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 () {