summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxr19982022-07-01 13:15:49 +0200
committerMaxr19982022-07-01 13:15:49 +0200
commite88c0b044a40092f4b4c53ada05c3783c1c70729 (patch)
tree98260073a5b1dac5394607af2ae6e7ae7498bd97
parentd98df3a89460279fb59de6b8f40abbd587464cf7 (diff)
downloadaur-e88c0b044a40092f4b4c53ada05c3783c1c70729.tar.gz
Require java-runtime>=11
-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")