[arch-commits] Commit in code/trunk (PKGBUILD code.sh)
Filipe Laíns
ffy00 at gemini.archlinux.org
Tue Jul 13 00:09:52 UTC 2021
Date: Tuesday, July 13, 2021 @ 00:09:51
Author: ffy00
Revision: 976712
upgpkg: code 1.58.0-1
Modified:
code/trunk/PKGBUILD
code/trunk/code.sh
----------+
PKGBUILD | 8 ++++----
code.sh | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-12 23:33:47 UTC (rev 976711)
+++ PKGBUILD 2021-07-13 00:09:51 UTC (rev 976712)
@@ -12,8 +12,8 @@
# - fermium: 14
# Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version
_electron=electron12
-pkgver=1.56.2
-pkgrel=3
+pkgver=1.58.0
+pkgrel=1
arch=('x86_64')
url='https://github.com/microsoft/vscode'
license=('MIT')
@@ -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-dubnium')
+makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-fermium')
provides=('vscode')
source=("$pkgname::git+$url.git#tag=$pkgver"
'code.js'
@@ -29,7 +29,7 @@
'product_json.diff')
sha512sums=('SKIP'
'6e8ee1df4dd982434a8295ca99e786a536457c86c34212546e548b115081798c5492a79f99cd5a3f1fa30fb71d29983aaabc2c79f4895d4a709d8354e9e2eade'
- 'ec26abacfa269eb89601ae17fb6a0a6c106b29b906ea781467e468b5b8fbe5a3bec048819cd0a0eff577807d989c461848cca7cdd2fb306a822afe9b0d058d5a'
+ 'b8bdb0e53cf8748140ed444c9b02cb6a57a7e1e120d96861d4cc9f79744a987f0253c052a238c78aa2c3f86459c4afb6f3b687435f0588d8f640822a9908b257'
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7')
# Even though we don't officially support other archs, let's
Modified: code.sh
===================================================================
--- code.sh 2021-07-12 23:33:47 UTC (rev 976711)
+++ code.sh 2021-07-13 00:09:51 UTC (rev 976712)
@@ -1,4 +1,4 @@
#!/bin/bash
# don't edit the electron binary name here! simply change the variable in the PKGBUILD and we will sed it into the correct one :)
-ELECTRON_RUN_AS_NODE=1 exec electron12 /usr/lib/code/out/cli.js /usr/lib/code/code.js "$@"
+ELECTRON_RUN_AS_NODE=1 exec electron /usr/lib/code/out/cli.js /usr/lib/code/code.js "$@"
More information about the arch-commits
mailing list