From 692edab29ad2a3a8c1a462af8d6f88f7ce36aa28 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 31 Jul 2018 11:03:20 +0200 Subject: [PATCH] nodejs: rebuild with xbps-0.53. This is needed due to fixing [1] and [2]. [1] https://github.com/void-linux/xbps/issues/2 [2] https://github.com/void-linux/void-packages/issues/398 --- srcpkgs/nodejs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template index caceb453798..62c4d72fa48 100644 --- a/srcpkgs/nodejs/template +++ b/srcpkgs/nodejs/template @@ -1,7 +1,7 @@ # Template file for 'nodejs' pkgname=nodejs version=9.10.0 -revision=2 +revision=4 wrksrc=node-v${version} hostmakedepends="pkg-config python $(vopt_if icu icu)" makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)