Date: Wednesday, January 16, 2019 @ 19:13:10 Author: maximbaz Revision: 423698
upgpkg: python-language-server 0.21.5-1 Modified: python-language-server/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-16 17:43:01 UTC (rev 423697) +++ PKGBUILD 2019-01-16 19:13:10 UTC (rev 423698) @@ -1,9 +1,10 @@ # Maintainer: Morten Linderud <[email protected]> +# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com> # Contributor: fenuks pkgbase=python-language-server pkgname=(python-language-server python2-language-server) -pkgver=0.21.4 +pkgver=0.21.5 pkgrel=1 pkgdesc="An implementation of the Language Server Protocol for Python" arch=("any") @@ -18,7 +19,7 @@ "python2-autopep8" "python2-rope" "python2-mccabe" "python2-pydocstyle" "python2-jsonrpc-server" "python2-mock" "python2-jedi" "python2-future" "python2-futures" "python2-yapf" "python2-pycodestyle" "python2-autopep8") source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('77869d8bbde2fdc789c2684fde490c2036009f70b95f7963ba02f51222130d31') +sha256sums=('118831f32c62cbb9da82d3dc888d519664fd68ad4b79fcad427602b2904970da') prepare() { cp -r "$pkgname-$pkgver"{,-py2}
