summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98497d68bd32..d56f8fe36cb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.1.33
+ pkgver = 1.1.34
pkgrel = 1
url = https://github.com/microsoft/pyright
arch = any
license = MIT
makedepends = npm
depends = nodejs
- source = https://github.com/microsoft/pyright/archive/1.1.33.tar.gz
- sha256sums = 5c3c9db568aeb00696004ed97a97866a3092e43de16be506a7332d16018f254d
+ source = https://github.com/microsoft/pyright/archive/1.1.34.tar.gz
+ sha256sums = c181853baf7e7531dbab846d9ee9c23772803941b35ce9f593d8e8895da25caf
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index 7ff92069cc11..1b8c07142943 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.1.33
+pkgver=1.1.34
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '5c3c9db568aeb00696004ed97a97866a3092e43de16be506a7332d16018f254d'
+ 'c181853baf7e7531dbab846d9ee9c23772803941b35ce9f593d8e8895da25caf'
)
prepare() {