Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pyright


Commits:
5c3a54c9 by Daniel M. Capella at 2024-01-21T18:27:43-05:00
upgpkg: 1.1.348-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = pyright
        pkgdesc = Type checker for the Python language
-       pkgver = 1.1.347
+       pkgver = 1.1.348
        pkgrel = 1
        url = https://microsoft.github.io/pyright
        arch = any
@@ -8,9 +8,7 @@ pkgbase = pyright
        makedepends = git
        makedepends = npm
        depends = nodejs
-       source = git+https://github.com/microsoft/pyright.git#tag=1.1.347
-       source = 
pyright-1.1.347-fail.patch::https://github.com/microsoft/pyright/commit/e1dccb5919b01dc7633769903b7ac5850cd08b97.patch
+       source = git+https://github.com/microsoft/pyright.git#tag=1.1.348
        b2sums = SKIP
-       b2sums = 
c2dbf438987c0d2e714ea2ae2c87f86f3cae8c855df973c64413e00e6a9771017daf558c26e0db771ddb5f7cf66494ab559dfe6a4b9c992ffc98ac8c37658ab7
 
 pkgname = pyright


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang <zhangkaiz...@gmail.com>
 
 pkgname=pyright
-pkgver=1.1.347
+pkgver=1.1.348
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -10,18 +10,12 @@ url=https://microsoft.github.io/pyright
 license=('MIT')
 depends=('nodejs')
 makedepends=('git' 'npm')
-source=(
-  "git+https://github.com/microsoft/pyright.git#tag=$pkgver";
-  
'pyright-1.1.347-fail.patch::https://github.com/microsoft/pyright/commit/e1dccb5919b01dc7633769903b7ac5850cd08b97.patch'
-)
-b2sums=('SKIP'
-        
'c2dbf438987c0d2e714ea2ae2c87f86f3cae8c855df973c64413e00e6a9771017daf558c26e0db771ddb5f7cf66494ab559dfe6a4b9c992ffc98ac8c37658ab7')
+source=("git+https://github.com/microsoft/pyright.git#tag=$pkgver";)
+b2sums=('SKIP')
 
 prepare() {
   cd $pkgname
   npm ci
-
-  patch --forward --strip=1 --input=../pyright-1.1.347-fail.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/5c3a54c9ebed6b13994671f6b4649eb86a725d14

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/5c3a54c9ebed6b13994671f6b4649eb86a725d14
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to