Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
pyright
Commits:
7c714a58 by Daniel M. Capella at 2024-05-21T23:25:11-04:00
upgpkg: 1.1.364-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.1.363
+ pkgver = 1.1.364
pkgrel = 1
url = https://microsoft.github.io/pyright
arch = any
@@ -8,7 +8,7 @@ pkgbase = pyright
makedepends = git
makedepends = npm
depends = nodejs
- source = git+https://github.com/microsoft/pyright.git#tag=1.1.363
- b2sums =
90568b0a45aa8256620e4979b01b8c0471452904d941be8c4940f5e180c8f9e31d2226fe649e1fd28a222b7b91ca5d4ce2612b055dc34a8a744f3de06d1dad20
+ source = git+https://github.com/microsoft/pyright.git#tag=1.1.364
+ b2sums =
9c7565304de9471cd72a60e5dd97a7966f8b543bb10c51817499c5b36b3b06847673df5e10e9b5aa8f299fc2a667f9cc35f0cd8143e4bb7944f3c8a4398729e8
pkgname = pyright
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Kaizhao Zhang <[email protected]>
pkgname=pyright
-pkgver=1.1.363
+pkgver=1.1.364
pkgrel=1
pkgdesc='Type checker for the Python language'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('nodejs')
makedepends=('git' 'npm')
source=("git+https://github.com/microsoft/pyright.git#tag=$pkgver")
-b2sums=('90568b0a45aa8256620e4979b01b8c0471452904d941be8c4940f5e180c8f9e31d2226fe649e1fd28a222b7b91ca5d4ce2612b055dc34a8a744f3de06d1dad20')
+b2sums=('9c7565304de9471cd72a60e5dd97a7966f8b543bb10c51817499c5b36b3b06847673df5e10e9b5aa8f299fc2a667f9cc35f0cd8143e4bb7944f3c8a4398729e8')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/7c714a58fbd555b0f7e868cc65569150406f6b12
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/7c714a58fbd555b0f7e868cc65569150406f6b12
You're receiving this email because of your account on gitlab.archlinux.org.