summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlaton Pronko2021-08-04 18:17:42 +0300
committerPlaton Pronko2021-08-04 18:17:42 +0300
commitdaacf59e1100a013d1622cbd39c11298e195585e (patch)
treef1ec841faf58f5067b325fdfae9c82ea01273666
parent5164f40f587382eb3b0cab51d9bf5fc1f18de665 (diff)
downloadaur-daacf59e1100a013d1622cbd39c11298e195585e.tar.gz
update to version 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0837969cb07..62d3b8622f1b 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.1.0
+ pkgver = 1.2.0
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.1.0.tar.gz
- sha256sums = 987eb87073fca65bd1b0d32e408935f2146a98d33ae06d716d00969fc8c935b3
+ source = https://github.com/python-lsp/python-lsp-server/archive/v1.2.0.tar.gz
+ sha256sums = 155a402420f060d0f56efdf3ee6dfe4c053fc9350c5ae395d806fbbe45a0acbf
pkgname = python-lsp-server
diff --git a/PKGBUILD b/PKGBUILD
index 0820276f8f34..dbaa60671f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Platon Pronko <platon7pronko@gmail.com>
pkgname='python-lsp-server'
-pkgver=1.1.0
+pkgver=1.2.0
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=('987eb87073fca65bd1b0d32e408935f2146a98d33ae06d716d00969fc8c935b3')
+sha256sums=('155a402420f060d0f56efdf3ee6dfe4c053fc9350c5ae395d806fbbe45a0acbf')
prepare() {
cd "${srcdir}/python-lsp-server-${pkgver}"