summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2023-07-12 16:15:05 -0500
committerJohn-Michael Mulesa2023-07-12 16:15:05 -0500
commite3e4e9104be58e54d03e0e031ebfd4b26d282f07 (patch)
treeb0ab95107f71440a056ab7b5de7149975a5bd2aa
parent107fc90e9d34ca7e7deb8a6e0e3157f96361320d (diff)
downloadaur-geysermc-bin.tar.gz
Update geysermc to use the correct download API and note this is an unofficial version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85bf1fc7d6d1..3128e9d9395b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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 = 2.1.0.SNAPSHOT.a612be6
+ pkgdesc = Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition, closing the gap from those wanting to play true cross-platform. Unofficial AUR version.
+ pkgver = 2.1.2.SNAPSHOT.340be2d
pkgrel = 1
url = https://github.com/GeyserMC/Geyser
arch = any
license = MIT
depends = java-runtime
backup = etc/geysermc/config.yml
- source = https://ci.opencollab.dev//job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/build/libs/Geyser-Standalone.jar
+ source = Geyser-Standalone.jar::https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/standalone
source = geysermc.service
md5sums = SKIP
md5sums = 7043a1445d39f7ee753c9c1513472890
diff --git a/PKGBUILD b/PKGBUILD
index ab90838c9dce..b42ed00ed909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: John-Michael Mulesa <jmulesa@gmail.com>
pkgname=geysermc-bin
-pkgver=2.1.0.SNAPSHOT.a612be6
+pkgver=2.1.2.SNAPSHOT.340be2d
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."
+pkgdesc="Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition, closing the gap from those wanting to play true cross-platform. Unofficial AUR version."
arch=('any')
url="https://github.com/GeyserMC/Geyser"
license=('MIT')
backup=('etc/geysermc/config.yml')
depends=('java-runtime')
-source=("https://ci.opencollab.dev//job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/build/libs/Geyser-Standalone.jar" "geysermc.service")
+source=("Geyser-Standalone.jar::https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/standalone" "geysermc.service")
md5sums=('SKIP'
'7043a1445d39f7ee753c9c1513472890')