summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaizhao Zhang2019-04-01 16:59:55 +0800
committerKaizhao Zhang2019-04-01 16:59:55 +0800
commita4e64f5b35c70660efbf417226b0b244f72804c6 (patch)
tree2e2afd29c93ac9166a6e577f6f9638a28c9fc4b2 /PKGBUILD
parentb73104b5b1ecacc225584448340eb19dd08b4fff (diff)
downloadaur-a4e64f5b35c70660efbf417226b0b244f72804c6.tar.gz
Update version to 1.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65db4513d064..a895432d9075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
-pkgdesc="A static type checker for the Python language"
+pkgdesc="Type checker for the Python language"
arch=('any')
url="https://github.com/Microsoft/pyright"
license=('MIT')
@@ -13,7 +13,7 @@ source=(
"https://github.com/Microsoft/pyright/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '7997277e41d43b4183373db15cfa57da59e37ec6535d75541132c9c4c168e1dc'
+ '95ac58126b1663c787ce3e717ec6c4a5e0e997863a7197d6f35c6dd43674769f'
)
prepare() {