summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-06-10 23:05:16 +0800
committerKaizhao Zhang2019-06-10 23:05:16 +0800
commit5e18bc2f15bdc7e9b02660caa8b4cb1dab12bcd1 (patch)
tree040947ab391b32d68f4151c1f1cf3db42ca7e3b8
parente741c9a6b7a28e38baf7c7d50643782d739ab9d8 (diff)
downloadaur-5e18bc2f15bdc7e9b02660caa8b4cb1dab12bcd1.tar.gz
Updated to version 1.0.38
-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() {