summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPlaton Pronko2021-05-18 08:33:10 +0300
committerPlaton Pronko2021-05-18 08:33:10 +0300
commitc1e06e7dcf1a0cd249f807c48ade6c445b5a648b (patch)
treea68d2a530f281517e83ee33963507be1aef092f2 /PKGBUILD
parent2003ec0e9090cd38ae084e15f222501de260c4e3 (diff)
downloadaur-c1e06e7dcf1a0cd249f807c48ade6c445b5a648b.tar.gz
fix jsonrpc dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"
)