Skip to content

Commit

Permalink
vscode: update to 1.53.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
shizonic committed Feb 10, 2021
1 parent 5410a30 commit 31a1804
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions srcpkgs/vscode/patches/remove_git_command.patch
@@ -1,10 +1,10 @@
diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index ef8fa4a47f66..7b8b710636a7 100644
index 18ccef884a9d..61acb0a4d10b 100644
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -73,5 +73,3 @@ yarnInstall('test/automation'); // node modules required for smoketest
yarnInstall('test/smoke'); // node modules required for smoketest
yarnInstall('test/integration/browser'); // node modules required for integration
yarnInstallBuildDependencies(); // node modules for watching, specific to host node version, not electron
@@ -87,5 +87,3 @@ runtime "${runtime}"`;
fs.writeFileSync(yarnrcPath, yarnrc, 'utf8');
yarnInstall(watchPath);
}
-
-cp.execSync('git config pull.rebase true');
6 changes: 3 additions & 3 deletions srcpkgs/vscode/template
@@ -1,8 +1,8 @@
# Template file for 'vscode'
pkgname=vscode
version=1.52.1
version=1.53.1
revision=1
_electronver=9.3.4
_electronver=9.4.1
hostmakedepends="pkg-config python nodejs yarn tar git"
makedepends="libxkbfile-devel libsecret-devel electron9"
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron9"
Expand All @@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
license="MIT"
homepage="https://code.visualstudio.com/"
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
checksum=4a2b4e3500bff73503322fc3a68099ec4151d3e800cf2bb6e9478f2e94637b6a
checksum=e64d6962389cb1e1f09558fa231f1e0eece87a059b09d6ba55a894e994997a39
patch_args="-Np1"

if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
Expand Down

0 comments on commit 31a1804

Please sign in to comment.