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

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Wed Mar 30 19:57:34 UTC 2022


    Date: Wednesday, March 30, 2022 @ 19:57:34
  Author: mtorromeo
Revision: 1177842

upgpkg: code 1.66.0-1

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 19:01:17 UTC (rev 1177841)
+++ PKGBUILD	2022-03-30 19:57:34 UTC (rev 1177842)
@@ -10,9 +10,10 @@
 #   - dubnium: 10
 #   - erbium: 12
 #   - fermium: 14
+#   - gallium: 16
 # Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version
-_electron=electron13
-pkgver=1.65.2
+_electron=electron
+pkgver=1.66.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -21,7 +22,7 @@
 optdepends=('bash-completion: Bash completions'
             'zsh-completions: ZSH completitons'
             'x11-ssh-askpass: SSH authentication')
-makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-fermium')
+makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-gallium')
 provides=('vscode')
 source=("$pkgname::git+$url.git#tag=$pkgver"
         'code.js'
@@ -138,4 +139,3 @@
   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