Date: Thursday, July 30, 2020 @ 18:22:51 Author: ffy00 Revision: 665940
upgpkg: code 1.47.3-1 Modified: code/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-30 18:20:49 UTC (rev 665939) +++ PKGBUILD 2020-07-30 18:22:51 UTC (rev 665940) @@ -12,8 +12,8 @@ # - erbium: 12 # Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version _electron=electron7 -pkgver=1.47.2 -pkgrel=2 +pkgver=1.47.3 +pkgrel=1 arch=('x86_64') url='https://github.com/microsoft/vscode' license=('MIT') @@ -22,6 +22,7 @@ 'zsh-completions: ZSH completitons' 'x11-ssh-askpass: SSH authentication') makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-dubnium') +provides=('vscode') source=("$pkgname::git+$url.git#tag=$pkgver" 'code.js' 'code.sh'
