From f9afa5dc59a98a57a0156087e6c5505ee38e71bb Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 10 Aug 2023 00:55:08 -0400 Subject: [PATCH] pyright: update to 1.1.321. --- srcpkgs/pyright/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index e280f0e1486..4021eff13c6 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.319 +version=1.1.321 revision=1 build_wrksrc="packages/pyright" hostmakedepends="nodejs python3" @@ -11,7 +11,11 @@ license="MIT" homepage="https://microsoft.github.io/pyright" changelog="https://github.com/microsoft/pyright/releases" distfiles="https://github.com/microsoft/pyright/archive/refs/tags/${version}.tar.gz" -checksum=55e00b1178e74b7c3bba9c89dec0e978e2b25b76a89de1196b22eb9299e4a5c2 +checksum=1bc94199b6c16132a178d9ac6b9b977db05325af93c855db7a4bb1f4d88c7a57 + +case "$XBPS_TARGET_MACHINE" in + i686*) broken="lerna doesn't support i686" ;; +esac do_configure() { cd "$wrksrc"