summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNevro2024-06-17 03:13:15 +0200
committerNevro2024-06-17 03:13:15 +0200
commitb7290a536c017b9a3f292ff67c8e4d3237fb30e3 (patch)
treefe5e3b71e15de7a0d81a1522be2d61108dba5715 /PKGBUILD
parent8fd6487a6f8ad9f43e895183c43b8487e6abb5dd (diff)
downloadaur-b7290a536c017b9a3f292ff67c8e4d3237fb30e3.tar.gz
1.90.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}