summarylogtreecommitdiffstats
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
parente99e26a308af0d0a60203ec8e3f2cabec57ca807 (diff)
downloadaur-fe4cb21bdd2a288e5dc26eb4950ccfd48f70ed68.tar.gz
Add gvfs dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e48b717fae60..d38cbb642e45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 3 17:59:17 UTC 2016
+# Tue Nov 8 11:09:42 UTC 2016
pkgbase = visual-studio-code
pkgdesc = Editor for building and debugging modern web and cloud applications (official binary version)
pkgver = 1.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
@@ -19,6 +19,7 @@ pkgbase = visual-studio-code
depends = gcc-libs
depends = libnotify
depends = libxss
+ depends = gvfs
provides = vscode,visualstudiocode
source_x86_64 = code_x64_1.7.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
source_x86_64 = visual-studio-code.desktop
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
)