summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2016-11-08 12:09:49 +0100
committerD. Can Celasun2016-11-08 12:09:49 +0100
commitfe4cb21bdd2a288e5dc26eb4950ccfd48f70ed68 (patch)
treede5594722ffd2e4ad20b2740b7901f8b145159fd /PKGBUILD
parente99e26a308af0d0a60203ec8e3f2cabec57ca807 (diff)
downloadaur-fe4cb21bdd2a288e5dc26eb4950ccfd48f70ed68.tar.gz
Add gvfs dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a6cd8482fb0..0492eb8ebfac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=visual-studio-code
pkgver=1.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="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=('vscode','visualstudiocode')
-depends=(fontconfig libxtst gtk2 python cairo alsa-lib gconf nss gcc-libs libnotify libxss)
+depends=(fontconfig libxtst gtk2 python cairo alsa-lib gconf nss gcc-libs libnotify libxss gvfs)
source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
${pkgname}.desktop
)