[visual-studio-code-bin] Update optdepends

This commit is contained in:
D. Can Celasun
2018-10-28 07:50:09 +01:00
parent 22cb8db341
commit 4ac82a1899
2 changed files with 9 additions and 6 deletions

View File

@@ -3,15 +3,17 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.28.2
pkgrel=1
pkgdesc="Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)"
pkgrel=2
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'i686')
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 gconf 'glibc>=2.28-4')
optdepends=('gvfs: Needed for move to trash functionality' 'libdbusmenu-glib: Needed for KDE global menu')
optdepends=('gvfs: Needed for move to trash functionality'
'libdbusmenu-glib: Needed for KDE global menu'
'python-pylint: Linter support for Python')
source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
${_pkgname}.desktop
)