summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2022-07-10 15:26:24 +1000
committerJohn-Michael Mulesa2022-07-10 15:26:24 +1000
commit2c280d7e2585362d001a8e5a48e0b4ee9533599f (patch)
tree22f83c52e968ee7a738a20eb0f47f650722ff8a8
parent900deeb2111c56f0edaac82e5d02680003e59cda (diff)
downloadaur-2c280d7e2585362d001a8e5a48e0b4ee9533599f.tar.gz
Remove specific JRE version requirement.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7c3d2f707e7..60965f5101ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
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.4.2.SNAPSHOT.26c7553
+ pkgver = 2.0.4.SNAPSHOT.2ce7ff8
pkgrel = 1
url = https://github.com/GeyserMC/Geyser
arch = any
license = MIT
- depends = java-runtime=8
+ depends = java-runtime
backup = etc/geysermc/config.yml
source = https://ci.nukkitx.com/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/target/Geyser.jar
source = geysermc.service
diff --git a/PKGBUILD b/PKGBUILD
index 579e3c41f0db..1db882755272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: John-Michael Mulesa <jmulesa@gmail.com>
pkgname=geysermc-bin
-pkgver=1.4.2.SNAPSHOT.26c7553
+pkgver=2.0.4.SNAPSHOT.2ce7ff8
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')
url="https://github.com/GeyserMC/Geyser"
license=('MIT')
backup=('etc/geysermc/config.yml')
-depends=('java-runtime=8')
+depends=('java-runtime')
source=("https://ci.nukkitx.com/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/target/Geyser.jar" "geysermc.service")
md5sums=('SKIP'
'7043a1445d39f7ee753c9c1513472890')