summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNevro2024-06-17 03:13:15 +0200
committerNevro2024-06-17 03:13:15 +0200
commitb7290a536c017b9a3f292ff67c8e4d3237fb30e3 (patch)
treefe5e3b71e15de7a0d81a1522be2d61108dba5715
parent8fd6487a6f8ad9f43e895183c43b8487e6abb5dd (diff)
downloadaur-b7290a536c017b9a3f292ff67c8e4d3237fb30e3.tar.gz
1.90.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 989649796be5..6ffbb6adc8b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = code-translucent
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor with translucent window, official marketplace, unblocked proprietary features and wayland support!
- pkgver = 1.90.0
+ pkgver = 1.90.1
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = code-translucent
optdepends = icu69: Needed for live share
provides = code-oss
conflicts = code-oss
- source = code-translucent::git+https://github.com/microsoft/vscode.git#tag=1.90.0
+ source = code-translucent::git+https://github.com/microsoft/vscode.git#tag=1.90.1
source = build-with-chroot.sh
source = translucent.patch
source = product.json
diff --git a/PKGBUILD b/PKGBUILD
index d26f3bb9587d..4326618f3b81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Čuček <observ33r@gmail.com>
pkgname="code-translucent"
-pkgver=1.90.0
+pkgver=1.90.1
pkgrel=1
pkgdesc="The Open Source build of Visual Studio Code (vscode) editor with translucent window, official marketplace, unblocked proprietary features and wayland support!"
@@ -122,7 +122,7 @@ build() {
yarn install --arch="${_vscode_arch}"
- gulp --max_old_space_size=8192 --openssl-legacy-provider vscode-linux-"${_vscode_arch}"-min
+ gulp --max_old_space_size=8192 vscode-linux-"${_vscode_arch}"-min
}