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