summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2018-03-23 11:09:29 +0100
committerfenuks2018-03-23 11:09:29 +0100
commit26176eb6dc2f252e00d08ca5cc9fdb9d90bb240c (patch)
tree5b03bcf70e1c29a65be56f460ee67277ac04c699
parent0699c5b20cca2b00581e1dd6689bf007e6b6199a (diff)
downloadaur-26176eb6dc2f252e00d08ca5cc9fdb9d90bb240c.tar.gz
Update to 0.16.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9920c593b1cf..201f11742028 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 3 23:13:44 UTC 2018
+# Fri Mar 23 10:07:38 UTC 2018
pkgbase = python-language-server
pkgdesc = An implementation of the Language Server Protocol for Python
- pkgver = 0.15.1
- pkgrel = 2
+ pkgver = 0.16.0
+ pkgrel = 1
url = https://github.com/palantir/python-language-server
arch = any
license = MIT
@@ -21,9 +21,9 @@ pkgbase = python-language-server
depends = pydocstyle
conflicts = python-language-server
conflicts = python-language-server-git
- source = https://github.com/palantir/python-language-server/archive/0.15.1.tar.gz
- md5sums = deee6fe6776c4f59547939d356004650
- sha256sums = 9a3880af5c2d0aa89e1ed46b9293dac0041a9219ce563f3e0d1ca0031098507d
+ source = https://github.com/palantir/python-language-server/archive/0.16.0.tar.gz
+ md5sums = ab24b76ef9ab7c9fa307a09b12855269
+ sha256sums = e0ff928c6d1baae36856789f5fda44f1642ecf7d3faa505ca45e56ffe729a674
pkgname = python-language-server
diff --git a/PKGBUILD b/PKGBUILD
index 41bc6b71e949..761e4f36722b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: fenuks
pkgname=python-language-server
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
pkgdesc="An implementation of the Language Server Protocol for Python"
arch=("any")
url="https://github.com/palantir/${pkgname}"
@@ -14,8 +14,8 @@ makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")
# install=$pkgname.install
source=("https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('deee6fe6776c4f59547939d356004650')
-sha256sums=('9a3880af5c2d0aa89e1ed46b9293dac0041a9219ce563f3e0d1ca0031098507d')
+md5sums=('ab24b76ef9ab7c9fa307a09b12855269')
+sha256sums=('e0ff928c6d1baae36856789f5fda44f1642ecf7d3faa505ca45e56ffe729a674')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"