Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
pyright
Commits:
654a1619 by Daniel M. Capella at 2024-08-20T22:12:17-04:00
upgpkg: 1.1.377-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.1.376
+ pkgver = 1.1.377
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.376
- b2sums =
56043de1f61ff5aa37452f837bc96ced98e47cfb8e9b1672c6a38fa206a14830ecdc6b49101701fe7e37af698e490e1c42fa0b585a1ca034fbd590147d21defa
+ source = git+https://github.com/microsoft/pyright.git#tag=1.1.377
+ b2sums =
a134950645ee5f1f578786dd34be4e3ae87846ef3d11384b94fc115fa0d8dd1ad0aef2cc0ddc00340ed192f09ca4a4a443c279f4745f6681f0da3e4deac2c965
pkgname = pyright
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Kaizhao Zhang <[email protected]>
pkgname=pyright
-pkgver=1.1.376
+pkgver=1.1.377
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=('56043de1f61ff5aa37452f837bc96ced98e47cfb8e9b1672c6a38fa206a14830ecdc6b49101701fe7e37af698e490e1c42fa0b585a1ca034fbd590147d21defa')
+b2sums=('a134950645ee5f1f578786dd34be4e3ae87846ef3d11384b94fc115fa0d8dd1ad0aef2cc0ddc00340ed192f09ca4a4a443c279f4745f6681f0da3e4deac2c965')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/654a161981be43ff21b18fba07e3d599250b8cbf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/654a161981be43ff21b18fba07e3d599250b8cbf
You're receiving this email because of your account on gitlab.archlinux.org.