From 6d9cfecd375a5b7587ac2a5219eb57ff1903d2d2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 31 Jul 2018 11:03:20 +0200 Subject: [PATCH] nodejs-lts: 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-lts/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template index cda626fb608..141625f904c 100644 --- a/srcpkgs/nodejs-lts/template +++ b/srcpkgs/nodejs-lts/template @@ -1,7 +1,7 @@ # Template file for 'nodejs-lts' pkgname=nodejs-lts version=8.11.3 -revision=1 +revision=3 wrksrc=node-v${version} hostmakedepends="pkg-config python $(vopt_if icu icu)" makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)