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 5713fdd6983b..fce014e3da67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.33
+ pkgver = 1.0.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.0.33.tar.gz
- sha256sums = ace490768b27a6fff01d47b3ee07fcb05c94e84774e8c2a23cda3576541ca5a9
+ source = https://github.com/Microsoft/pyright/archive/1.0.34.tar.gz
+ sha256sums = 2a55bcd3b26c3869c2ec2100fc8012dfa5004b102459c3fa8ecfba47eb626326
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index fbd997757be8..a3f67bc6a897 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.33
+pkgver=1.0.34
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"https://github.com/Microsoft/pyright/archive/${pkgver}.tar.gz"
)
sha256sums=(
- 'ace490768b27a6fff01d47b3ee07fcb05c94e84774e8c2a23cda3576541ca5a9'
+ '2a55bcd3b26c3869c2ec2100fc8012dfa5004b102459c3fa8ecfba47eb626326'
)
prepare() {