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

Nicola Squartini tensor5 at archlinux.org
Thu Apr 1 13:57:50 UTC 2021


    Date: Thursday, April 1, 2021 @ 13:57:50
  Author: tensor5
Revision: 910815

upgpkg: code 1.54.3-3

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-01 13:57:34 UTC (rev 910814)
+++ PKGBUILD	2021-04-01 13:57:50 UTC (rev 910815)
@@ -11,9 +11,9 @@
 #   - ?: 11 (not in repos)
 #   - erbium: 12
 # Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version
-_electron=electron
+_electron=electron11
 pkgver=1.54.3
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
 license=('MIT')
@@ -28,8 +28,8 @@
         'code.sh'
         'product_json.diff')
 sha512sums=('SKIP'
-            '814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-            '0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
+            '17a9f9e49d75ca0ee4bc74fb4b1fa0c7c18c72efcf81da3d0ac3a01fa40b175cfd5e9b3a74df2d0938cd1ccaec3b8325774a03701b225f08b192fd89a72e680a'
+            'e3e9fbce77afe74c6b489cd9668bacb4ba5750b100dc60377c59b307a5daf479a9f9422a0fefaeb1da5f92cd00454c139af0155f7fda2d3e45a5f36f336e5608'
             'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7')
 
 # Even though we don't officially support other archs, let's

Modified: code.js
===================================================================
--- code.js	2021-04-01 13:57:34 UTC (rev 910814)
+++ code.js	2021-04-01 13:57:50 UTC (rev 910815)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron
+#!/usr/bin/electron11
 
 const name = 'code-oss';
 

Modified: code.sh
===================================================================
--- code.sh	2021-04-01 13:57:34 UTC (rev 910814)
+++ code.sh	2021-04-01 13:57:50 UTC (rev 910815)
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-ELECTRON_RUN_AS_NODE=1 exec electron /usr/lib/code/out/cli.js /usr/lib/code/code.js "$@"
+ELECTRON_RUN_AS_NODE=1 exec electron11 /usr/lib/code/out/cli.js /usr/lib/code/code.js "$@"



More information about the arch-commits mailing list