[arch-commits] Commit in nodejs-lts-erbium/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun Oct 11 01:06:51 UTC 2020
Date: Sunday, October 11, 2020 @ 01:06:49
Author: archange
Revision: 723436
upgpkg: nodejs-lts-erbium 12.19.0-1
Modified:
nodejs-lts-erbium/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-10 21:56:48 UTC (rev 723435)
+++ PKGBUILD 2020-10-11 01:06:49 UTC (rev 723436)
@@ -2,7 +2,7 @@
# Contributor: Felix Yan <felixonmars at archlinux.org>
pkgname=nodejs-lts-erbium
-pkgver=12.18.4
+pkgver=12.19.0
pkgrel=1
pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
arch=(x86_64)
@@ -15,7 +15,7 @@
conflicts=(nodejs)
source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
# https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=(25f03cb18e53b6d0959d0c219e701a85eb4693f526bdda7c72bc6199b364f609)
+sha256sums=(3b671c45c493f96d7e018c15110cdbafa4478e5e5cfc9e6eec83cea9e6b551e1)
validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 # Myles Borins <mylesborins at google.com>
77984A986EBC2AA786BC0F66B01FBB92821C587A # Gibson Fahnestock <gibfahn at gmail.com>
B9AE9905FFD7803F25714661B63B535A4C206CA9 # Evan Lucas <evanlucas at me.com>
@@ -34,6 +34,7 @@
-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
-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
}
build() {
More information about the arch-commits
mailing list