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

Filipe Laíns ffy00 at archlinux.org
Sun May 16 01:22:37 UTC 2021


    Date: Sunday, May 16, 2021 @ 01:22:36
  Author: ffy00
Revision: 934860

upgpkg: code 1.56.2-1

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 00:26:27 UTC (rev 934859)
+++ PKGBUILD	2021-05-16 01:22:36 UTC (rev 934860)
@@ -8,11 +8,11 @@
 # NodeJS versioning cheatsheet:
 #   - carbon: 8
 #   - dubnium: 10
-#   - ?: 11 (not in repos)
 #   - erbium: 12
+#   - fermium: 14
 # Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version
-_electron=electron11
-pkgver=1.55.2
+_electron=electron
+pkgver=1.56.2
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -21,7 +21,7 @@
 optdepends=('bash-completion: Bash completions'
             'zsh-completions: ZSH completitons'
             'x11-ssh-askpass: SSH authentication')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-erbium')
+makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-dubnium')
 provides=('vscode')
 source=("$pkgname::git+$url.git#tag=$pkgver"
         'code.js'



More information about the arch-commits mailing list