Date: Thursday, September 5, 2019 @ 10:26:24 Author: ffy00 Revision: 508176
upgpkg: code 1.38.0-1 Modified: code/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-05 10:18:38 UTC (rev 508175) +++ PKGBUILD 2019-09-05 10:26:24 UTC (rev 508176) @@ -4,9 +4,10 @@ pkgname=code pkgdesc='The Open Source build of Visual Studio Code (vscode) editor' -# Remember to check https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for target node version -pkgver=1.37.1 -pkgrel=2 +# Important: Remember to check https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for target node version +# Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version +pkgver=1.38.0 +pkgrel=1 arch=('x86_64') url='https://github.com/microsoft/vscode' license=('MIT')
