summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-06-26 21:09:43 +0800
committerKaizhao Zhang2019-06-26 21:09:43 +0800
commit57a2119d8e27b4e5552e2a25018f9936a8e91731 (patch)
treeef41fecf0307f6255f806099a07e1508bf587be6
parent7672a2d386ae15b9c749033330a40ef1c81d8d52 (diff)
downloadaur-57a2119d8e27b4e5552e2a25018f9936a8e91731.tar.gz
Updated to version 1.0.41
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d6360a18d48..bd0b7d876f91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.40
+ pkgver = 1.0.41
pkgrel = 1
- url = https://github.com/Microsoft/pyright
+ url = https://github.com/microsoft/pyright
arch = any
license = MIT
makedepends = npm
depends = nodejs
- source = https://github.com/Microsoft/pyright/archive/1.0.40.tar.gz
- sha256sums = 09dbc6ba8a93f325e6e2893ea02782ac0b6b99975a5ae86d8dbd11f129b17a3c
+ source = https://github.com/microsoft/pyright/archive/1.0.41.tar.gz
+ sha256sums = 130bbd0937b882d2010e84e7e063eb45eea056d856089b628a76745558a54c3a
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index 19a8e3afc901..d34e65235e7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.40
+pkgver=1.0.41
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
-url="https://github.com/Microsoft/pyright"
+url="https://github.com/microsoft/pyright"
license=('MIT')
depends=('nodejs')
makedepends=('npm')
source=(
- "https://github.com/Microsoft/pyright/archive/${pkgver}.tar.gz"
+ "${url}/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '09dbc6ba8a93f325e6e2893ea02782ac0b6b99975a5ae86d8dbd11f129b17a3c'
+ '130bbd0937b882d2010e84e7e063eb45eea056d856089b628a76745558a54c3a'
)
prepare() {