Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
pyright
Commits:
0602a91b by Daniel M. Capella at 2024-10-09T17:38:27-04:00
upgpkg: 1.1.384-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.1.383
+ pkgver = 1.1.384
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.383
- b2sums =
b8f88a55e3ac1fea06acc28d7b641f4daee61a53027f6a1c15e266232107921e4250b35e1f06c0aa446192a4c9699641617126e4a18d07863b88b6fd457552a2
+ source = git+https://github.com/microsoft/pyright.git#tag=1.1.384
+ b2sums =
95862f3229bbebe715946c9e9848a2c8faf3b1b4f82d8678fc21b6eaddb26630561645785e4ec44aa315a8bafd2ef96946e3ef90e7b33a0b9222763b9cb824ff
pkgname = pyright
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Kaizhao Zhang <[email protected]>
pkgname=pyright
-pkgver=1.1.383
+pkgver=1.1.384
pkgrel=1
pkgdesc='Type checker for the Python language'
arch=(any)
@@ -14,7 +14,7 @@ makedepends=(
npm
)
source=("git+https://github.com/microsoft/pyright.git#tag=$pkgver")
-b2sums=('b8f88a55e3ac1fea06acc28d7b641f4daee61a53027f6a1c15e266232107921e4250b35e1f06c0aa446192a4c9699641617126e4a18d07863b88b6fd457552a2')
+b2sums=('95862f3229bbebe715946c9e9848a2c8faf3b1b4f82d8678fc21b6eaddb26630561645785e4ec44aa315a8bafd2ef96946e3ef90e7b33a0b9222763b9cb824ff')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/0602a91bf4c8e7538cce13b4e296bba4c90bdf0a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/0602a91bf4c8e7538cce13b4e296bba4c90bdf0a
You're receiving this email because of your account on gitlab.archlinux.org.