summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJFronny2023-12-01 07:56:51 +0100
committerJFronny2023-12-01 07:56:51 +0100
commitc3fde69ba3b2e00201d134b4edfba5189e2390f2 (patch)
tree94d4eef6bc762165922463ebee688a012da781e9 /PKGBUILD
parentc56562e50426559bd6c9552fa118c5e80160285b (diff)
downloadaur-inceptum-git.tar.gz
fix: we now need JDK 21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df8a1d5ebb53..1e280fda1a5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="An advanced minecraft launcher written in java"
arch=("x86_64")
url="https://git.frohnmeyer-wds.de/JfMods/Inceptum"
license=("GPL3")
-depends=("java-runtime>=19" 'bash')
-makedepends=('git' 'java-environment>=19' 'gradle')
+depends=("java-runtime>=21" 'bash')
+makedepends=('git' 'java-environment>=21' 'gradle')
source=(git+"${url}".git
"$_name.desktop"
"$_name.sh"