summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlaton Pronko2021-08-20 17:28:17 +0300
committerPlaton Pronko2021-08-20 17:28:17 +0300
commit421c2cf8be4112f7b610fc53ba67f1c4e77aeb0d (patch)
tree4c03321e86fbb6559c59d7112d72c6dedd585e27
parentdaacf59e1100a013d1622cbd39c11298e195585e (diff)
downloadaur-python-lsp-server.tar.gz
update to version 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62d3b8622f1b..eeb109697bbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lsp-server
pkgdesc = Fork of the python-language-server project, maintained by the Spyder IDE team and the community
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/python-lsp/python-lsp-server
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-lsp-server
depends = python-lsp-jsonrpc
depends = python-pluggy
depends = python-ujson
- source = https://github.com/python-lsp/python-lsp-server/archive/v1.2.0.tar.gz
- sha256sums = 155a402420f060d0f56efdf3ee6dfe4c053fc9350c5ae395d806fbbe45a0acbf
+ source = https://github.com/python-lsp/python-lsp-server/archive/v1.2.1.tar.gz
+ sha256sums = 5408cffb405bef5e74d5a9de4ba6f1f45e5ab1c5d67755824a0beb31dfb489a3
pkgname = python-lsp-server
diff --git a/PKGBUILD b/PKGBUILD
index dbaa60671f1c..df3157200f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Platon Pronko <platon7pronko@gmail.com>
pkgname='python-lsp-server'
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Fork of the python-language-server project, maintained by the Spyder IDE team and the community"
arch=("any")
@@ -16,7 +16,7 @@ depends=(
makedepends=("python-setuptools")
source=("https://github.com/python-lsp/python-lsp-server/archive/v${pkgver}.tar.gz")
-sha256sums=('155a402420f060d0f56efdf3ee6dfe4c053fc9350c5ae395d806fbbe45a0acbf')
+sha256sums=('5408cffb405bef5e74d5a9de4ba6f1f45e5ab1c5d67755824a0beb31dfb489a3')
prepare() {
cd "${srcdir}/python-lsp-server-${pkgver}"