Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / code
Commits: e0c516ef by Bert Peters at 2026-06-08T22:08:32+02:00 upgpkg: 1.123.0-1 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/work_items/55 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,18 +1,18 @@ pkgbase = code pkgdesc = The Open Source build of Visual Studio Code (vscode) editor - pkgver = 1.122.1 + pkgver = 1.123.0 pkgrel = 1 url = https://github.com/microsoft/vscode arch = x86_64 license = MIT makedepends = git - makedepends = nodejs-lts-jod + makedepends = nodejs-lts-krypton makedepends = npm makedepends = python makedepends = desktop-file-utils makedepends = zip makedepends = jq - depends = electron39 + depends = electron42 depends = libsecret depends = libx11 depends = libxkbfile @@ -23,13 +23,13 @@ pkgbase = code provides = vscode options = !strip options = !debug - source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.122.1 + source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.123.0 source = code.mjs source = code.sh source = product_json.diff source = clipath.patch source = 0009-openvsx-extension-signature.patch - sha512sums = 34021df17da9899e0c28073728fb92a955f06e74d3a076394cbb028b9b4c88e17a441b45c417bb6073bb204466e9566ac17de340a8b6578211473c68a02db82e + sha512sums = f485e720a57d07fc927e93c7866ef4b61589db17c01196f9adfbb930e398006efe9ad50679afb9cbb3d65c85152d165ebfdc20cab79fd06e55ed2483a4177310 sha512sums = 793f9ff6306e3992ac89802d98110cba288ea1181a901467333293b7d76182ef9792c2a39ff49d9347a18a174b1f42bc58862091dff583f4146c2704eea28033 sha512sums = 937299c6cb6be2f8d25f7dbc95cf77423875c5f8353b8bd6cd7cc8e5603cbf8405b14dbf8bd615db2e3b36ed680fc8e1909410815f7f8587b7267a699e00ab37 sha512sums = b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7 ===================================== PKGBUILD ===================================== @@ -7,8 +7,8 @@ pkgname=code pkgdesc='The Open Source build of Visual Studio Code (vscode) editor' # Important: Remember to check https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for target node version -_electron=electron39 -pkgver=1.122.1 +_electron=electron42 +pkgver=1.123.0 pkgrel=1 arch=('x86_64') url='https://github.com/microsoft/vscode' @@ -17,7 +17,7 @@ depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep') optdepends=('bash-completion: Bash completions' 'zsh-completions: ZSH completitons' 'x11-ssh-askpass: SSH authentication') -makedepends=('git' 'nodejs-lts-jod' 'npm' 'python' 'desktop-file-utils' 'zip' 'jq') +makedepends=('git' 'nodejs-lts-krypton' 'npm' 'python' 'desktop-file-utils' 'zip' 'jq') provides=('vscode') options=('!strip' '!debug') source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver" @@ -27,7 +27,7 @@ source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver" 'clipath.patch' # Originally taken from https://github.com/termux/termux-packages/raw/0974620c52e72d0c80bcc8a42bad482555f629e8/x11-packages/code-oss/0009-openvsx-extension-signature.patch '0009-openvsx-extension-signature.patch') -sha512sums=('34021df17da9899e0c28073728fb92a955f06e74d3a076394cbb028b9b4c88e17a441b45c417bb6073bb204466e9566ac17de340a8b6578211473c68a02db82e' +sha512sums=('f485e720a57d07fc927e93c7866ef4b61589db17c01196f9adfbb930e398006efe9ad50679afb9cbb3d65c85152d165ebfdc20cab79fd06e55ed2483a4177310' '793f9ff6306e3992ac89802d98110cba288ea1181a901467333293b7d76182ef9792c2a39ff49d9347a18a174b1f42bc58862091dff583f4146c2704eea28033' '937299c6cb6be2f8d25f7dbc95cf77423875c5f8353b8bd6cd7cc8e5603cbf8405b14dbf8bd615db2e3b36ed680fc8e1909410815f7f8587b7267a699e00ab37' 'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/e0c516ef4affef78424b1a30a2a79a96858220d6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/e0c516ef4affef78424b1a30a2a79a96858220d6 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
