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