summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlaton Pronko2021-05-18 08:33:10 +0300
committerPlaton Pronko2021-05-18 08:33:10 +0300
commitc1e06e7dcf1a0cd249f807c48ade6c445b5a648b (patch)
treea68d2a530f281517e83ee33963507be1aef092f2
parent2003ec0e9090cd38ae084e15f222501de260c4e3 (diff)
downloadaur-c1e06e7dcf1a0cd249f807c48ade6c445b5a648b.tar.gz
fix jsonrpc dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5662f14af9dc..050afcc9a5a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-lsp-server
pkgdesc = Fork of the python-language-server project, maintained by the Spyder IDE team and the community
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/python-lsp/python-lsp-server
arch = any
license = MIT
makedepends = python-setuptools
depends = python-jedi
- depends = python-jsonrpc-server
+ depends = python-lsp-jsonrpc
depends = python-pluggy
depends = python-ujson
source = https://github.com/python-lsp/python-lsp-server/archive/v1.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7982a38d1f83..f795a2a6db76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='python-lsp-server'
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of the python-language-server project, maintained by the Spyder IDE team and the community"
arch=("any")
url="https://github.com/python-lsp/python-lsp-server"
license=("MIT")
depends=(
"python-jedi"
- "python-jsonrpc-server"
+ "python-lsp-jsonrpc"
"python-pluggy"
"python-ujson"
)