summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2017-09-14 23:51:44 +0200
committerfenuks2017-09-14 23:51:44 +0200
commit5b218c938c39c0b303580f77defe01b982cec793 (patch)
tree05073b09b7f0a5c093aa82fb46ab28c41f9ca816
parentfa9b4df08f18500b8ccb635a2cd6ceba6c592978 (diff)
downloadaur-5b218c938c39c0b303580f77defe01b982cec793.tar.gz
Update to 0.5.0-3, add python-pluggy as dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49c750e3f811..5ec48a2330d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 5 19:39:26 UTC 2017
+# Thu Sep 14 21:50:47 UTC 2017
pkgbase = python-language-server
pkgdesc = An implementation of the Language Server Protocol for Python
pkgver = 0.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/palantir/python-language-server
arch = any
license = MIT
@@ -12,6 +12,7 @@ pkgbase = python-language-server
depends = python-json-rpc
depends = python-future
depends = python-jedi
+ depends = python-pluggy
depends = python-pycodestyle
depends = python-pyflakes
depends = yapf
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")