diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 33f30f7842d..c1efc31be15 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,9 +1,10 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.373 +version=1.1.374 revision=1 build_wrksrc="packages/pyright" -hostmakedepends="nodejs python3" +hostmakedepends="nodejs python3-setuptools pkg-config" +makedepends="libsecret-devel" depends="nodejs" short_desc="Static type checker and language server for Python" maintainer="classabbyamp " @@ -11,7 +12,7 @@ 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=52b275cc0e32a15f1dbb8e1d6fa74314a333552584018b3636468fa2a8160530 +checksum=9512fbfe8a7e7cdeaa7400d7f4dce5ecfe9ac9ee31fc26e2e0e552fdff31b5e2 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;; @@ -19,6 +20,7 @@ esac do_configure() { cd "$wrksrc" + export npm_config_arch="${XBPS_TARGET_MACHINE%-musl}" npm ci }