summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPlaton Pronko2021-08-04 18:17:42 +0300
committerPlaton Pronko2021-08-04 18:17:42 +0300
commitdaacf59e1100a013d1622cbd39c11298e195585e (patch)
treef1ec841faf58f5067b325fdfae9c82ea01273666 /PKGBUILD
parent5164f40f587382eb3b0cab51d9bf5fc1f18de665 (diff)
downloadaur-daacf59e1100a013d1622cbd39c11298e195585e.tar.gz
update to version 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"