summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2018-02-18 12:21:54 +0100
committerfenuks2018-02-18 12:21:54 +0100
commitf314276fbf9f46e8b5a0f8cb52a61c3301ed472d (patch)
treee3c9761c10c8340bfd61b2f41391caae6dafb6f1
parentda53e2444b87c03c86002d62cefc2d05a7af5741 (diff)
downloadaur-f314276fbf9f46e8b5a0f8cb52a61c3301ed472d.tar.gz
Update to 0.14.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 961970ee28b3..13da49a71a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 25 21:34:29 UTC 2018
+# Sun Feb 18 11:20:40 UTC 2018
pkgbase = python-language-server
pkgdesc = An implementation of the Language Server Protocol for Python
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/palantir/python-language-server
arch = any
@@ -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.13.0.tar.gz
- md5sums = f2250dd6f43cdd85c6f59203f39b8580
- sha256sums = 23d3b316acfe9cdf4c849d6d803d9ed8724f84dc7034810036bc9389cd526798
+ source = https://github.com/palantir/python-language-server/archive/0.14.0.tar.gz
+ md5sums = 8791d434ce23146f3c48909aff23d15b
+ sha256sums = 5b11bdffe3617d757b8163ba2bd212cbd58eb1d13c483eb214e450bcd3da8af4
pkgname = python-language-server
diff --git a/PKGBUILD b/PKGBUILD
index 2fea5bbfd6bb..f14543cd4904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fenuks
pkgname=python-language-server
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc="An implementation of the Language Server Protocol for Python"
arch=("any")
@@ -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=('f2250dd6f43cdd85c6f59203f39b8580')
-sha256sums=('23d3b316acfe9cdf4c849d6d803d9ed8724f84dc7034810036bc9389cd526798')
+md5sums=('8791d434ce23146f3c48909aff23d15b')
+sha256sums=('5b11bdffe3617d757b8163ba2bd212cbd58eb1d13c483eb214e450bcd3da8af4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"