[arch-commits] Commit in electron/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Tue May 11 09:12:40 UTC 2021


    Date: Tuesday, May 11, 2021 @ 09:12:39
  Author: tensor5
Revision: 929922

upgpkg: electron 12.0.7-1

Modified:
  electron/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-11 08:31:00 UTC (rev 929921)
+++ PKGBUILD	2021-05-11 09:12:39 UTC (rev 929922)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=electron
-pkgver=12.0.6
-_commit=00e846f6cc2406100573d55de3bc1a317218130f
+pkgver=12.0.7
+_commit=8d55658bfa8b5983e1a90ad079c2e2ac91ee7af0
 _chromiumver=89.0.4389.128
 _gcc_patchset=7
 pkgrel=1
@@ -106,9 +106,12 @@
   # Create sysmlink to system Node.js
   mkdir -p src/third_party/node/linux/node-linux-x64/bin
   ln -sf /usr/bin/node src/third_party/node/linux/node-linux-x64/bin
-  python2 src/third_party/depot_tools/download_from_google_storage.py \
-    --no_resume --extract --no_auth --bucket chromium-nodejs \
-    -s src/third_party/node/node_modules.tar.gz.sha1
+  #python2 src/third_party/depot_tools/download_from_google_storage.py \
+  #  --no_resume --extract --no_auth --bucket chromium-nodejs \
+  #  -s src/third_party/node/node_modules.tar.gz.sha1
+  cd src/third_party/node
+  npm ci
+  cd ../../..
   vpython src/tools/download_optimization_profile.py \
     --newest_state=src/chrome/android/profiles/newest.txt \
     --local_state=src/chrome/android/profiles/local.txt \



More information about the arch-commits mailing list