[arch-commits] Commit in nodejs-lts-erbium/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 19 06:32:00 UTC 2020


    Date: Saturday, December 19, 2020 @ 06:32:00
  Author: foutrelis
Revision: 779752

upgpkg: nodejs-lts-erbium 12.20.0-2: icu 68.2 rebuild

Modified:
  nodejs-lts-erbium/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-19 06:27:52 UTC (rev 779751)
+++ PKGBUILD	2020-12-19 06:32:00 UTC (rev 779752)
@@ -3,7 +3,7 @@
 
 pkgname=nodejs-lts-erbium
 pkgver=12.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
 arch=(x86_64)
 url="https://nodejs.org/"
@@ -33,8 +33,8 @@
     -e 's_^#!/usr/bin/python$_&2_' \
     -e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
     -e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
-    -e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+    -e "s_'python'_'python2'_" -i {} +
+  find test/ -type f -exec sed 's_python _python2 _' -i {} +
   sed -i 's_ch.spawn(python,_ch.spawn(python2,_g' test/parallel/test-child-process-set-blocking.js
 }
 



More information about the arch-commits mailing list