Date: Wednesday, June 24, 2020 @ 20:33:50
Author: foxboron
Revision: 652469
upgpkg: python-language-server 0.33.3-1
Modified:
python-language-server/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-24 20:32:38 UTC (rev 652468)
+++ PKGBUILD 2020-06-24 20:33:50 UTC (rev 652469)
@@ -3,7 +3,7 @@
# Contributor: fenuks
pkgname=python-language-server
-pkgver=0.33.2
+pkgver=0.33.3
pkgrel=1
pkgdesc="An implementation of the Language Server Protocol for Python"
arch=("any")
@@ -24,7 +24,7 @@
"autopep8" "python-rope" "python-pydocstyle" "python-pylint"
"python-jsonrpc-server"
"python-numpy" "python-pandas" "python-matplotlib")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f5fe9a21bf7c0b0fc0d205a1c2f1bec776a59d0e11b0e39c49803044799669fd')
+sha256sums=('36ffde2c514d418c1227ba1c8034f362339fa38128fe819e838c9bd95ac69f05')
prepare(){