summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2017-09-14 23:51:44 +0200
committerfenuks2017-09-14 23:51:44 +0200
commit5b218c938c39c0b303580f77defe01b982cec793 (patch)
tree05073b09b7f0a5c093aa82fb46ab28c41f9ca816 /PKGBUILD
parentfa9b4df08f18500b8ccb635a2cd6ceba6c592978 (diff)
downloadaur-5b218c938c39c0b303580f77defe01b982cec793.tar.gz
Update to 0.5.0-3, add python-pluggy as dependency
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")