summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPlaton Pronko2021-08-20 17:28:17 +0300
committerPlaton Pronko2021-08-20 17:28:17 +0300
commit421c2cf8be4112f7b610fc53ba67f1c4e77aeb0d (patch)
tree4c03321e86fbb6559c59d7112d72c6dedd585e27 /PKGBUILD
parentdaacf59e1100a013d1622cbd39c11298e195585e (diff)
downloadaur-python-lsp-server.tar.gz
update to version 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"