Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / code


Commits:
6cc964d7 by Massimiliano Torromeo at 2023-10-06T12:46:19+02:00
upgpkg: 1.83.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = code
        pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
-       pkgver = 1.82.2
-       pkgrel = 3
+       pkgver = 1.83.0
+       pkgrel = 1
        url = https://github.com/microsoft/vscode
        arch = x86_64
        license = MIT
@@ -21,14 +21,12 @@ pkgbase = code
        optdepends = zsh-completions: ZSH completitons
        optdepends = x11-ssh-askpass: SSH authentication
        provides = vscode
-       source = code::git+https://github.com/microsoft/vscode.git#tag=1.82.2
-       source = 
https://patch-diff.githubusercontent.com/raw/microsoft/vscode/pull/193795/code-disable-features.patch
+       source = code::git+https://github.com/microsoft/vscode.git#tag=1.83.0
        source = code.js
        source = code.sh
        source = product_json.diff
        source = clipath.patch
        sha512sums = SKIP
-       sha512sums = 
e0619f22771f5bf9d1a567e1be63c318c7a783e21621d3eff0766caf01f2882b23bd6c4c273319035ae9495700f0aad643e658f1eee92728815b6b7800471ba0
        sha512sums = 
c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5
        sha512sums = 
425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0
        sha512sums = 
b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@ 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
 # Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
 _electron=electron25
-pkgver=1.82.2
-pkgrel=3
+pkgver=1.83.0
+pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
 license=('MIT')
@@ -19,13 +19,11 @@ optdepends=('bash-completion: Bash completions'
 makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-hydrogen' 
'desktop-file-utils')
 provides=('vscode')
 source=("$pkgname::git+$url.git#tag=$pkgver"
-        
'https://patch-diff.githubusercontent.com/raw/microsoft/vscode/pull/193795/code-disable-features.patch'
         'code.js'
         'code.sh'
         'product_json.diff'
         'clipath.patch')
 sha512sums=('SKIP'
-            
'e0619f22771f5bf9d1a567e1be63c318c7a783e21621d3eff0766caf01f2882b23bd6c4c273319035ae9495700f0aad643e658f1eee92728815b6b7800471ba0'
             
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
             
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
             
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'
@@ -53,8 +51,6 @@ esac
 prepare() {
   cd $pkgname
 
-  patch -p1 -i ../code-disable-features.patch
-
   # Change electron binary name to the target electron
   sed -e "s|name=electron|name=$_electron |" \
       -e '/PKGBUILD/d' \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/6cc964d7de3bfe0a04c6ca37e0c36e5eba01d956

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/6cc964d7de3bfe0a04c6ca37e0c36e5eba01d956
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to