summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40b7827d69f6..15627b7de4ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = ki-shell-bin
arch = any
license = Apache
depends = bash
- depends = java-runtime>=8
+ depends = java-runtime>=11
provides = ki-shell
conflicts = ki-shell
source = https://repo1.maven.org/maven2/org/jetbrains/kotlinx/ki-shell/0.5.1/ki-shell-0.5.1-archive.zip
diff --git a/PKGBUILD b/PKGBUILD
index cd468bf13e90..8ab2bc750252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Kotlin Language Interactive Shell"
arch=('any')
url='https://github.com/Kotlin/kotlin-interactive-shell'
license=('Apache')
-depends=('bash' 'java-runtime>=8')
+depends=('bash' 'java-runtime>=11')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://repo1.maven.org/maven2/org/jetbrains/kotlinx/$_pkgname/$pkgver/$_pkgname-$pkgver-archive.zip")