summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2021-08-18 15:26:53 +0100
committerD. Can Celasun2021-08-18 15:26:53 +0100
commit90486e7b8069809c17f2ea13bb06abe93e692f90 (patch)
treebe95e316b5843012b84c885997c67c8486d0ffa7
parentcb43d178e6a4610c0cc741771619fcf2b897a1c9 (diff)
downloadaur-90486e7b8069809c17f2ea13bb06abe93e692f90.tar.gz
[visual-studio-code-bin] Add optional org.freedesktop.secrets dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94f687b3d43b..22fd7776b5f1 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.59.0
- pkgrel = 1
+ pkgrel = 2
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
@@ -22,6 +22,7 @@ pkgbase = visual-studio-code-bin
depends = xdg-utils
optdepends = glib2: Needed for move to trash functionality
optdepends = libdbusmenu-glib: Needed for KDE global menu
+ optdepends = org.freedesktop.secrets: Needed for settings sync
provides = code
conflicts = code
source = visual-studio-code.desktop
diff --git a/PKGBUILD b/PKGBUILD
index b9b82423bda7..3fddf0ec5980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.59.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/"
@@ -14,7 +14,8 @@ conflicts=('code')
# 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')
+ 'libdbusmenu-glib: Needed for KDE global menu'
+ 'org.freedesktop.secrets: Needed for settings sync')
source=(${_pkgname}.desktop ${_pkgname}-url-handler.desktop ${_pkgname}-workspace.xml)
source_x86_64=(code_x64_${pkgver}.tar.gz::https://update.code.visualstudio.com/${pkgver}/linux-x64/stable)
source_aarch64=(code_arm64_${pkgver}.tar.gz::https://update.code.visualstudio.com/${pkgver}/linux-arm64/stable)