summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2021-04-06 16:32:50 +0100
committerD. Can Celasun2021-04-06 16:32:50 +0100
commit593c1771d73472854daf86b45431f33d59ba6fe1 (patch)
treea5c34f54a6181ce605212b96ef20d54c68ab6498 /PKGBUILD
parentc796a449daa17110e8c6a8645b6cfe573f424835 (diff)
downloadaur-593c1771d73472854daf86b45431f33d59ba6fe1.tar.gz
[visual-studio-code-bin] Add xdg-utils dependency
Needed to open web links with xdg-open.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3774da8c845..a0dbfb442221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.55.0
-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' 'i686' 'aarch64' 'armv7h')
url="https://code.visualstudio.com/"
license=('custom: commercial')
provides=('code')
conflicts=('code')
-# lsof: need for terminal splitting, see https://github.com/Microsoft/vscode/issues/62991
-depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof shared-mime-info)
+# lsof: needed for terminal splitting, see https://github.com/Microsoft/vscode/issues/62991
+# xdg-utils: needed for opening web links with xdg-open
+depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof shared-mime-info xdg-utils)
optdepends=('glib2: Needed for move to trash functionality'
'libdbusmenu-glib: Needed for KDE global menu')
source=(${_pkgname}.desktop ${_pkgname}-url-handler.desktop ${_pkgname}-workspace.xml)