Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
pyright
Commits:
97d3d0d2 by Daniel M. Capella at 2024-06-19T00:20:26-04:00
upgpkg: 1.1.368-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.1.367
+ pkgver = 1.1.368
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.367
- b2sums =
e1ef198cfe72c9e791730869439a433cef937572742d08211df5f2c31d8f3679aaeab9e2aa5991160397b3aaf7d2643ccfe0d0b4aa2282ca5669d6d695c70664
+ source = git+https://github.com/microsoft/pyright.git#tag=1.1.368
+ b2sums =
39d9cde26aeeaa1bb90c4b1ed3ec7ab9b46da320ce38ad95132a986e53e2e47d872ac01444b1ecfbbbafbabd88f245cc2e2d31742fe5b40af3983860a13deba0
pkgname = pyright
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Kaizhao Zhang <[email protected]>
pkgname=pyright
-pkgver=1.1.367
+pkgver=1.1.368
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=('e1ef198cfe72c9e791730869439a433cef937572742d08211df5f2c31d8f3679aaeab9e2aa5991160397b3aaf7d2643ccfe0d0b4aa2282ca5669d6d695c70664')
+b2sums=('39d9cde26aeeaa1bb90c4b1ed3ec7ab9b46da320ce38ad95132a986e53e2e47d872ac01444b1ecfbbbafbabd88f245cc2e2d31742fe5b40af3983860a13deba0')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/97d3d0d2522edf61834fb470828eea4b7cccf2b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/97d3d0d2522edf61834fb470828eea4b7cccf2b5
You're receiving this email because of your account on gitlab.archlinux.org.