[packages/tree-sitter] - give a hint how to get nodejs on x32; release 2

qboosh qboosh at pld-linux.org
Tue Jan 27 10:15:16 CET 2026


commit 0a92901750d3c7161cbf0ede5799ae66bc388ccd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 27 10:15:24 2026 +0100

    - give a hint how to get nodejs on x32; release 2

 tree-sitter.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/tree-sitter.spec b/tree-sitter.spec
index f03f9ab..8d6dff5 100644
--- a/tree-sitter.spec
+++ b/tree-sitter.spec
@@ -11,7 +11,7 @@ Summary:	An incremental parsing system for programming tools
 Summary(pl.UTF-8):	System przyrostowej analizy składni dla narzędzi programistycznych
 Name:		tree-sitter
 Version:	0.26.3
-Release:	1
+Release:	2
 License:	MIT
 Group:		Libraries
 #Source0Download: https://github.com/tree-sitter/tree-sitter/releases
@@ -96,7 +96,11 @@ Requires:	%{name}%{?_isa} = %{version}-%{release}
 %{?rust_req}
 Requires:	gcc
 Requires:	gcc-c++
+%ifarch x32
+Requires:	nodejs(x86-64)
+%else
 Requires:	nodejs
+%endif
 
 %description cli
 The Tree-sitter CLI allows you to develop, test, and use Tree-sitter
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tree-sitter.git/commitdiff/0a92901750d3c7161cbf0ede5799ae66bc388ccd



More information about the pld-cvs-commit mailing list