summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorGrim Kriegor2021-08-10 15:59:41 +0100
committerGrim Kriegor2021-11-20 17:26:38 +0000
commitf9c90a4b3def6e3880d8240992a11a33817a3ee3 (patch)
treee090a405ff65720005a7607488e24cdf29b5c973 /.SRCINFO
parentbb0e5235aa018e0b61e6397b5b2e78e93d151c59 (diff)
downloadaur-f9c90a4b3def6e3880d8240992a11a33817a3ee3.tar.gz
Dynamically find compatible Java version
Based on the proposal by xerus https://aur.archlinux.org/packages/kotlin-language-server/#comment-821197
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a76f6b3142b5..e3067f43e764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = kotlin-language-server
url = https://github.com/fwcd/KotlinLanguageServer
arch = any
license = MIT
- makedepends = java-environment>=14
- depends = java-runtime>=14
+ makedepends = java-environment>=11
+ depends = java-runtime>=11
provides = kotlin-language-server
conflicts = kotlin-language-server-git
source = https://github.com/fwcd/KotlinLanguageServer/archive/1.1.2.tar.gz