summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d035437315c1..77ee1a988935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-language-server
pkgver=0.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="An implementation of the Language Server Protocol for Python"
arch=("any")
url="https://github.com/palantir/${pkgname}"
license=("MIT")
-depends=("python" "python-json-rpc" "python-future" "python-jedi" "python-pycodestyle" "python-pyflakes" "yapf")
+depends=("python" "python-json-rpc" "python-future" "python-jedi" "python-pluggy" "python-pycodestyle" "python-pyflakes" "yapf")
# optdepends=("python-language-server-mypy: mypy type checking")
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")