summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxr19982021-04-03 18:58:40 +0200
committerMaxr19982021-04-03 18:58:40 +0200
commite49ba23a47c8c41661eff9b672edf01406b979bc (patch)
tree430975ba82aa6270a2ea672f85ae6cd17491df4c
parent1a4c0126c29bf7dff1abee1c56f08a7c9a2bf188 (diff)
downloadaur-e49ba23a47c8c41661eff9b672edf01406b979bc.tar.gz
Explicitly require Java >= 8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33ad1bef481f..f36a8cfcc96f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = ki-shell-bin
arch = any
license = Apache
depends = bash
- depends = java-runtime
+ depends = java-runtime>=8
provides = ki-shell
conflicts = ki-shell
source = https://repo1.maven.org/maven2/org/jetbrains/kotlinx/ki-shell/0.3.2/ki-shell-0.3.2-archive.zip
diff --git a/PKGBUILD b/PKGBUILD
index 9ac50c0188e0..4f54648bde79 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)
+depends=('bash' 'java-runtime>=8')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://repo1.maven.org/maven2/org/jetbrains/kotlinx/$_pkgname/$pkgver/$_pkgname-$pkgver-archive.zip")