summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorotreblan2020-09-29 10:04:42 -0500
committerotreblan2020-09-29 10:04:42 -0500
commitfa73822fe025bfdc5476d97304dd8a66e57e4a66 (patch)
tree88b3b05f00fe2552d4f1373e3fc7d6317d4a5710 /PKGBUILD
parent36ac479807cbd7c80724a4c98458670fdd818c03 (diff)
downloadaur-python-pygls.tar.gz
Bump to 0.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03edc443d285..2859482bdd2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pygls
_name=${pkgname#python-}
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Pythonic generic implementation of the Language Server Protocol"
arch=('any')
@@ -22,7 +22,7 @@ install=
changelog=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
noextract=()
-sha256sums=("0be0dce93745cba445b7a2568910ca7e45a3865347f01860eff9ed3e37e64e7b")
+sha256sums=("c21c942415457315f316c0b6c19d4c743fd2974d457e02a85472154c8f1b6399")
build() {
cd "$_name-$pkgver"