summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 799f63e4b562..284fb41df97c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = kotlin-language-server
pkgdesc = Smart code completion, diagnostics and more for Kotlin using the Language Server Protocol
pkgver = 0.1.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fwcd/KotlinLanguageServer.git
arch = any
license = MIT
makedepends = git
depends = java-runtime
+ provides = kotlin-language-server
+ conflicts = kotlin-language-server-git
source = kotlin-language-server::git+https://github.com/fwcd/KotlinLanguageServer.git#commit=e3df0185ebcdf9502051fd806e45a9469e9d41e4
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 573fdf2c771d..e0c6bb0eeb12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,13 @@
pkgname=kotlin-language-server
pkgver=0.1.13
_commit=e3df0185ebcdf9502051fd806e45a9469e9d41e4
-pkgrel=1
+pkgrel=2
pkgdesc="Smart code completion, diagnostics and more for Kotlin using the Language Server Protocol"
arch=(any)
url="https://github.com/fwcd/KotlinLanguageServer.git"
license=('MIT')
+conflicts=('kotlin-language-server-git')
+provides=('kotlin-language-server')
depends=('java-runtime')
makedepends=('git')
source=("${pkgname}::git+https://github.com/fwcd/KotlinLanguageServer.git#commit=$_commit")