summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2017-11-12 17:22:10 +0100
committerfenuks2017-11-12 17:22:10 +0100
commita6b1cb94f9032962ffc53eea2a445e02d5d69558 (patch)
treea3d544793a645cfe7211db49d7450c5e4315b720
parent34332e61a4223386c0d24f36ae732441d62cf361 (diff)
downloadaur-a6b1cb94f9032962ffc53eea2a445e02d5d69558.tar.gz
Update to 0.11.1-2, add python-rope dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23d12251e7a0..67af89d2e765 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 9 10:42:22 UTC 2017
+# Sun Nov 12 16:21:10 UTC 2017
pkgbase = python-language-server
pkgdesc = An implementation of the Language Server Protocol for Python
pkgver = 0.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/palantir/python-language-server
arch = any
license = MIT
@@ -16,6 +16,7 @@ pkgbase = python-language-server
depends = python-pluggy
depends = python-pycodestyle
depends = python-pyflakes
+ depends = python-rope
depends = yapf
depends = pydocstyle
conflicts = python-language-server
diff --git a/PKGBUILD b/PKGBUILD
index ef97a33b461c..0ad8b4e297e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-language-server
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
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-mccabe"
- "python-pluggy" "python-pycodestyle" "python-pyflakes" "yapf" "pydocstyle")
+ "python-pluggy" "python-pycodestyle" "python-pyflakes" "python-rope" "yapf" "pydocstyle")
# optdepends=("python-language-server-mypy: mypy type checking")
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")