summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2018-10-28 07:50:09 +0100
committerD. Can Celasun2018-10-28 07:50:09 +0100
commit4ac82a18997fadb89b00d523227030f7ff6dfdce (patch)
tree8fed20e956671b8831d69d4aabfb6a21724d420f /PKGBUILD
parent22cb8db341fbbaa6774250b5e8a3a9dd6a9d6dfe (diff)
downloadaur-4ac82a18997fadb89b00d523227030f7ff6dfdce.tar.gz
[visual-studio-code-bin] Update optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27f7270e9a89..eee8fd2d8875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
)