Date: Saturday, October 16, 2021 @ 21:28:53 Author: jelle Revision: 1030593
upgpkg: python-lsp-server 1.2.4-1 Modified: python-lsp-server/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-16 21:27:35 UTC (rev 1030592) +++ PKGBUILD 2021-10-16 21:28:53 UTC (rev 1030593) @@ -2,8 +2,8 @@ # Contributor: Platon Pronko <[email protected]> pkgname=python-lsp-server -pkgver=1.2.1 -pkgrel=3 +pkgver=1.2.4 +pkgrel=1 pkgdesc="Fork of the python-language-server project, maintained by the Spyder IDE team and the community" arch=(any) url="https://github.com/python-lsp/python-lsp-server" @@ -10,7 +10,7 @@ license=(MIT) depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson python-setuptools) source=($pkgname-$pkgver.tar.gz::https://github.com/python-lsp/python-lsp-server/archive/v${pkgver}.tar.gz) -sha256sums=('5408cffb405bef5e74d5a9de4ba6f1f45e5ab1c5d67755824a0beb31dfb489a3') +sha256sums=('3e9102808f661df18a54e2ddd97285d4b3c4cbc0af6fed8439a1960617f74674') build() { cd "${pkgname}-${pkgver}"
