Date: Thursday, February 3, 2022 @ 23:25:48 Author: mtorromeo Revision: 1124963
upgpkg: code 1.64.0-1 Modified: code/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-03 23:25:40 UTC (rev 1124962) +++ PKGBUILD 2022-02-03 23:25:48 UTC (rev 1124963) @@ -12,7 +12,7 @@ # - fermium: 14 # Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version _electron=electron13 -pkgver=1.63.2 +pkgver=1.64.0 pkgrel=1 arch=('x86_64') url='https://github.com/microsoft/vscode' @@ -115,7 +115,7 @@ cp -r --no-preserve=ownership --preserve=mode VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/ # Replace statically included binary with system copy - ln -sf /usr/bin/rg "$pkgdir"/usr/lib/code/node_modules.asar.unpacked/vscode-ripgrep/bin/rg + ln -sf /usr/bin/rg "$pkgdir"/usr/lib/code/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg # Install binary install -Dm 755 code.sh "$pkgdir"/usr/bin/code-oss
