[arch-commits] Commit in python-language-server/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Tue Jan 22 07:27:11 UTC 2019
Date: Tuesday, January 22, 2019 @ 07:27:08
Author: maximbaz
Revision: 426846
upgpkg: python-language-server 0.22.0-1
Modified:
python-language-server/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-22 07:20:36 UTC (rev 426845)
+++ PKGBUILD 2019-01-22 07:27:08 UTC (rev 426846)
@@ -4,7 +4,7 @@
pkgbase=python-language-server
pkgname=(python-language-server python2-language-server)
-pkgver=0.21.5
+pkgver=0.22.0
pkgrel=1
pkgdesc="An implementation of the Language Server Protocol for Python"
arch=("any")
@@ -18,8 +18,8 @@
"python2-pytest" "python2-pytest-runner" "python2-pytest-cov" "python2-pyflakes"
"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=('118831f32c62cbb9da82d3dc888d519664fd68ad4b79fcad427602b2904970da')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('46450805798dad2c1abe88cbf66b05db030265b232a5de456d0d3c6800edeb12')
prepare() {
cp -r "$pkgname-$pkgver"{,-py2}
More information about the arch-commits
mailing list