summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurve2021-06-18 19:15:30 +0200
committerCurve2021-06-18 19:15:30 +0200
commit818ab8f960942609e58c51ff27084e56f963ae45 (patch)
tree41ee4c79a9a03886da69cfbce9a4ccefbb2337f5
parentbfeef70cbfac880ad80d702b06a808050322e381 (diff)
downloadaur-818ab8f960942609e58c51ff27084e56f963ae45.tar.gz
Update to 1.58
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aec65ba5eea..cb9eac9adc9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vscode-transparent-insiders
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor - with transparency enabled - based on insiders commit
- pkgver = 1.57.0_insiders
+ pkgver = 1.58.0_insiders
pkgrel = 1
url = https://github.com/microsoft/vscode
install = code-transparent.install
@@ -24,7 +24,7 @@ pkgbase = vscode-transparent-insiders
optdepends = x11-ssh-askpass: SSH authentication
provides = code
conflicts = code
- source = code::git+https://github.com/microsoft/vscode.git#commit=54d33cf14cf6c0e86880b5b74a5a3628de42bce9
+ source = code::git+https://github.com/microsoft/vscode.git#commit=7dea6d7402b55671410a129661cad24b55aed9f4
source = code.js
source = code.sh
source = transparency.diff
diff --git a/PKGBUILD b/PKGBUILD
index cf2e2241c69a..ac4f91a42474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgname=vscode-transparent-insiders
pkgdesc='The Open Source build of Visual Studio Code (vscode) editor - with transparency enabled - based on insiders commit'
_pkgname=code
_electron=electron12
-_commit=54d33cf14cf6c0e86880b5b74a5a3628de42bce9
-pkgver=1.57.0_insiders
+_commit=7dea6d7402b55671410a129661cad24b55aed9f4
+pkgver=1.58.0_insiders
pkgrel=1
arch=('i686' 'x86_64' 'armv7h')
url='https://github.com/microsoft/vscode'