[visual-studio-code-bin] Update to 1.42.0
This commit is contained in:
7
PKGBUILD
7
PKGBUILD
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.41.1
|
||||
pkgver=1.42.0
|
||||
pkgrel=1
|
||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64')
|
||||
@@ -10,12 +10,13 @@ url="https://code.visualstudio.com/"
|
||||
license=('custom: commercial')
|
||||
provides=('code')
|
||||
conflicts=('code')
|
||||
depends=(fontconfig libxtst gtk3 python cairo alsa-lib nss gcc-libs libnotify libxss 'glibc>=2.28-4' lsof which)
|
||||
# lsof: need for terminal splitting, see https://github.com/Microsoft/vscode/issues/62991
|
||||
depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof)
|
||||
optdepends=('glib2: Needed for move to trash functionality'
|
||||
'libdbusmenu-glib: Needed for KDE global menu')
|
||||
source=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
|
||||
${_pkgname}.desktop ${_pkgname}-url-handler.desktop)
|
||||
sha256sums=('2a2353ea85b5a3d729e0134ff36b29461bb4264b708786e2486927b7f3c06601'
|
||||
sha256sums=('d6c5459cf71f8eb5b75a43e7a1972e0e8f1b2a3a048b4e69d739df2f1b8b67ad'
|
||||
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212'
|
||||
'727adaf263801462744c65bc0fad1b64ab31b3c96ed1a11e5b61bffbd5d71bc7')
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user