[arch-commits] Commit in code/trunk (PKGBUILD code.sh)

Nicola Squartini tensor5 at archlinux.org
Fri Jun 18 02:36:46 UTC 2021


    Date: Friday, June 18, 2021 @ 02:36:46
  Author: tensor5
Revision: 965091

upgpkg: code 1.56.2-3

Depend on electron12.

Modified:
  code/trunk/PKGBUILD
  code/trunk/code.sh

----------+
 PKGBUILD |    6 +++---
 code.sh  |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-18 01:56:48 UTC (rev 965090)
+++ PKGBUILD	2021-06-18 02:36:46 UTC (rev 965091)
@@ -11,9 +11,9 @@
 #   - erbium: 12
 #   - fermium: 14
 # Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version
-_electron=electron
+_electron=electron12
 pkgver=1.56.2
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
 license=('MIT')
@@ -29,7 +29,7 @@
         'product_json.diff')
 sha512sums=('SKIP'
             '6e8ee1df4dd982434a8295ca99e786a536457c86c34212546e548b115081798c5492a79f99cd5a3f1fa30fb71d29983aaabc2c79f4895d4a709d8354e9e2eade'
-            'b8bdb0e53cf8748140ed444c9b02cb6a57a7e1e120d96861d4cc9f79744a987f0253c052a238c78aa2c3f86459c4afb6f3b687435f0588d8f640822a9908b257'
+            'ec26abacfa269eb89601ae17fb6a0a6c106b29b906ea781467e468b5b8fbe5a3bec048819cd0a0eff577807d989c461848cca7cdd2fb306a822afe9b0d058d5a'
             'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7')
 
 # Even though we don't officially support other archs, let's

Modified: code.sh
===================================================================
--- code.sh	2021-06-18 01:56:48 UTC (rev 965090)
+++ code.sh	2021-06-18 02:36:46 UTC (rev 965091)
@@ -1,4 +1,4 @@
 #!/bin/bash
 
 # don't edit the electron binary name here! simply change the variable in the PKGBUILD and we will sed it into the correct one :)
-ELECTRON_RUN_AS_NODE=1 exec electron /usr/lib/code/out/cli.js /usr/lib/code/code.js "$@"
+ELECTRON_RUN_AS_NODE=1 exec electron12 /usr/lib/code/out/cli.js /usr/lib/code/code.js "$@"



More information about the arch-commits mailing list