Date: Wednesday, January 22, 2020 @ 20:07:42 Author: foxboron Revision: 554496
upgpkg: python-language-server 0.31.7-1 Modified: python-language-server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-22 20:05:44 UTC (rev 554495) +++ PKGBUILD 2020-01-22 20:07:42 UTC (rev 554496) @@ -3,7 +3,7 @@ # Contributor: fenuks pkgname=python-language-server -pkgver=0.31.6 +pkgver=0.31.7 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=('ae81bfaa8b365a3988e2535619c8d1ba99176070b90ce52214571c519a731933') +sha256sums=('b05786202f91659098a9a7fd34dab76744d5d57956252b6af24a40e29ca41939') build() { cd "${pkgname}-${pkgver}"