summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlaton Pronko2021-06-29 15:09:09 +0300
committerPlaton Pronko2021-06-29 15:09:09 +0300
commit5164f40f587382eb3b0cab51d9bf5fc1f18de665 (patch)
tree1599f1e892641b47774c9f16a9f7a1dae206bb25
parentc1e06e7dcf1a0cd249f807c48ade6c445b5a648b (diff)
downloadaur-5164f40f587382eb3b0cab51d9bf5fc1f18de665.tar.gz
update to version 1.1.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 050afcc9a5a9..d0837969cb07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-lsp-server
pkgdesc = Fork of the python-language-server project, maintained by the Spyder IDE team and the community
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/python-lsp/python-lsp-server
arch = any
license = MIT
@@ -10,8 +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.0.1.tar.gz
- sha256sums = b049d9a02cc568814d56278df5e95bcce455182ba7115dcd76b3212ef80f278f
+ source = https://github.com/python-lsp/python-lsp-server/archive/v1.1.0.tar.gz
+ sha256sums = 987eb87073fca65bd1b0d32e408935f2146a98d33ae06d716d00969fc8c935b3
pkgname = python-lsp-server
-
diff --git a/PKGBUILD b/PKGBUILD
index f795a2a6db76..0820276f8f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Platon Pronko <platon7pronko@gmail.com>
pkgname='python-lsp-server'
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+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"
@@ -16,7 +16,7 @@ depends=(
makedepends=("python-setuptools")
source=("https://github.com/python-lsp/python-lsp-server/archive/v${pkgver}.tar.gz")
-sha256sums=('b049d9a02cc568814d56278df5e95bcce455182ba7115dcd76b3212ef80f278f')
+sha256sums=('987eb87073fca65bd1b0d32e408935f2146a98d33ae06d716d00969fc8c935b3')
prepare() {
cd "${srcdir}/python-lsp-server-${pkgver}"