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

Filipe Laíns ffy00 at archlinux.org
Sat Nov 9 02:47:03 UTC 2019


    Date: Saturday, November 9, 2019 @ 02:47:03
  Author: ffy00
Revision: 524780

upgpkg: code 1.40.0-1

Modified:
  code/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-09 02:14:36 UTC (rev 524779)
+++ PKGBUILD	2019-11-09 02:47:03 UTC (rev 524780)
@@ -9,7 +9,7 @@
 #   - carbon: 8
 #   - dubnium: 10
 # Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version
-pkgver=1.39.2
+pkgver=1.40.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -51,6 +51,9 @@
 prepare() {
   cd $pkgname
 
+  # Change electron binary name to electron4
+  sed -i 's|exec electron |exec electron4 |' ../code.sh
+
   # This patch no longer contains proprietary modifications.
   # See https://github.com/Microsoft/vscode/issues/31168 for details.
   patch -p0 < ../product_json.diff



More information about the arch-commits mailing list