summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-04-01 16:59:55 +0800
committerKaizhao Zhang2019-04-01 16:59:55 +0800
commita4e64f5b35c70660efbf417226b0b244f72804c6 (patch)
tree2e2afd29c93ac9166a6e577f6f9638a28c9fc4b2
parentb73104b5b1ecacc225584448340eb19dd08b4fff (diff)
downloadaur-a4e64f5b35c70660efbf417226b0b244f72804c6.tar.gz
Update version to 1.0.7
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105d9620699b..b0fe11a14af8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
- pkgdesc = A static type checker for the Python language
- pkgver = 1.0.6
+ pkgdesc = Type checker for the Python language
+ pkgver = 1.0.7
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.6.tar.gz
- sha256sums = 7997277e41d43b4183373db15cfa57da59e37ec6535d75541132c9c4c168e1dc
+ source = https://github.com/Microsoft/pyright/archive/1.0.7.tar.gz
+ sha256sums = 95ac58126b1663c787ce3e717ec6c4a5e0e997863a7197d6f35c6dd43674769f
pkgname = pyright
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..924dfb95c209
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.tar.*
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() {