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

Filipe Laíns ffy00 at archlinux.org
Tue May 21 10:43:56 UTC 2019


    Date: Tuesday, May 21, 2019 @ 10:43:56
  Author: ffy00
Revision: 468178

upgpkg: code 1.34.0-1

Modified:
  code/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-21 10:41:20 UTC (rev 468177)
+++ PKGBUILD	2019-05-21 10:43:56 UTC (rev 468178)
@@ -4,14 +4,12 @@
 
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-pkgver=1.33.1
+pkgver=1.34.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/Microsoft/vscode'
 license=('MIT')
 depends=('electron' 'libsecret' 'libxkbfile' 'ripgrep')
-# doesn't build without old nodejs: https://github.com/Microsoft/vscode/issues/49292
-# makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-carbon')
 makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-dubnium')
 source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver"
         'code.js'
@@ -74,7 +72,7 @@
   # Fix bin path
   sed -i "s|return path.join(path.dirname(execPath), 'bin', \`\${product.applicationName}\`);|return '/usr/bin/code';|g
           s|return path.join(appRoot, 'scripts', 'code-cli.sh');|return '/usr/bin/code';|g" \
-  	src/vs/platform/environment/node/environmentService.ts
+          src/vs/platform/environment/node/environmentService.ts
 }
 
 build() {
@@ -125,3 +123,4 @@
   install -Dm 644 VSCode-linux-$_vscode_arch/resources/app/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
   install -Dm 644 VSCode-linux-$_vscode_arch/resources/app/ThirdPartyNotices.txt "$pkgdir"/usr/share/licenses/$pkgname/ThirdPartyNotices.txt
 }
+



More information about the arch-commits mailing list