summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrim Kriegor2023-11-15 22:20:06 +0000
committerGrim Kriegor2023-11-15 22:20:06 +0000
commita1310627c95e5010f5fd6726956c3b911b6fb1c3 (patch)
treeddb438f6fed1a03df348877dce4d99e5deb2bc1a
parent9e8359df50a04a07f0aa9e829b2f62e5d0eb7ec1 (diff)
downloadaur-a1310627c95e5010f5fd6726956c3b911b6fb1c3.tar.gz
Update upstream URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04b13b386a83..846db59c5ed1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = kotlin-language-server
pkgdesc = Smart code completion, diagnostics and more for Kotlin using the Language Server Protocol
pkgver = 1.3.7
pkgrel = 1
- url = https://github.com/fwcd/KotlinLanguageServer
+ url = https://github.com/fwcd/kotlin-language-server
arch = any
license = MIT
makedepends = java-environment=11
depends = java-runtime=11
provides = kotlin-language-server
conflicts = kotlin-language-server-git
- source = https://github.com/fwcd/KotlinLanguageServer/archive/1.3.7.tar.gz
+ source = https://github.com/fwcd/kotlin-language-server/archive/1.3.7.tar.gz
sha256sums = a9144242b3892fe7f90cf800d1b6e0960f55829efd5e26cdd83c14344a53aaf7
pkgname = kotlin-language-server
diff --git a/PKGBUILD b/PKGBUILD
index 4d0a6cb2623f..d2d9e4fdaf0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.3.7
pkgrel=1
pkgdesc="Smart code completion, diagnostics and more for Kotlin using the Language Server Protocol"
arch=(any)
-url="https://github.com/fwcd/KotlinLanguageServer"
+url="https://github.com/fwcd/kotlin-language-server"
license=('MIT')
conflicts=('kotlin-language-server-git')
provides=('kotlin-language-server')