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 55f7da161c68..8402f672f8d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.37
+ pkgver = 1.0.38
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.37.tar.gz
- sha256sums = ef571fb81f1931eb0d693817c4b24b6899280916f856f6bc7db6112b32b021a6
+ source = https://github.com/Microsoft/pyright/archive/1.0.38.tar.gz
+ sha256sums = 19b44380c6a23f9583322fc74eb8ebcdb20ab10ccecd720e75ae1020e146b61e
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index 6dbc998231e1..1831e52ae1dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.37
+pkgver=1.0.38
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=(
- 'ef571fb81f1931eb0d693817c4b24b6899280916f856f6bc7db6112b32b021a6'
+ '19b44380c6a23f9583322fc74eb8ebcdb20ab10ccecd720e75ae1020e146b61e'
)
prepare() {