summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorGrim Kriegor2019-12-17 16:49:19 +0000
committerGrim Kriegor2019-12-17 16:55:39 +0000
commit8d7c032dbf19b02f7d796b6487cac70312772f3b (patch)
tree4b09db99e2a9532c587496125d2cf3523ccb1171 /.SRCINFO
parentee92269546e6823ca8ec7545b687d290db57daa1 (diff)
downloadaur-8d7c032dbf19b02f7d796b6487cac70312772f3b.tar.gz
Specify package dependency versions
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b11788b8e5a8..6d554f21417c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kotlin-language-server
pkgdesc = Smart code completion, diagnostics and more for Kotlin using the Language Server Protocol
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fwcd/KotlinLanguageServer
arch = any
license = MIT
- makedepends = git
- depends = java-runtime
+ makedepends = java-environment>=8
+ depends = java-runtime>=8
provides = kotlin-language-server
conflicts = kotlin-language-server-git
source = https://github.com/fwcd/KotlinLanguageServer/archive/0.5.2.tar.gz