summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2019-08-29 13:37:47 +0100
committerD. Can Celasun2019-08-29 13:37:47 +0100
commit51b0f8be275afce1e47e1b224da8954f8986e403 (patch)
tree27eb0474883bea3e9da6de3568e32fdbc9592636
parent61d638580cf85d4b7f24fd3a12430c4f328508bb (diff)
downloadaur-51b0f8be275afce1e47e1b224da8954f8986e403.tar.gz
[visual-studio-code-bin] Replace gvfs dependency with gio
See [1] and [2]. [1] https://github.com/microsoft/vscode/issues/13189 [2] https://github.com/electron/electron/commit/b6b9966
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df04892d61ea..637597195e65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = visual-studio-code-bin
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
pkgver = 1.37.1
- pkgrel = 1
+ pkgrel = 2
url = https://code.visualstudio.com/
arch = x86_64
license = custom: commercial
@@ -17,7 +17,7 @@ pkgbase = visual-studio-code-bin
depends = libxss
depends = glibc>=2.28-4
depends = lsof
- optdepends = gvfs: Needed for move to trash functionality
+ optdepends = glib2: Needed for move to trash functionality
optdepends = libdbusmenu-glib: Needed for KDE global menu
provides = code
conflicts = code
diff --git a/PKGBUILD b/PKGBUILD
index e6d9ad8dae2d..928f198d33d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.37.1
-pkgrel=1
+pkgrel=2
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64')
url="https://code.visualstudio.com/"
@@ -11,7 +11,7 @@ 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)
-optdepends=('gvfs: Needed for move to trash functionality'
+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