From fde93fc7fdcaa83ffaa55d2c88fa69516e6a7158 Mon Sep 17 00:00:00 2001 From: "D. Can Celasun" Date: Tue, 6 Sep 2022 17:41:23 +0100 Subject: [PATCH] [visual-studio-code-bin] Add alsa-lib dependency --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index afca10c..ee225e0 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.71.0 - pkgrel = 2 + pkgrel = 3 url = https://code.visualstudio.com/ install = visual-studio-code-bin.install arch = x86_64 @@ -21,6 +21,7 @@ pkgbase = visual-studio-code-bin depends = lsof depends = shared-mime-info depends = xdg-utils + depends = alsa-lib optdepends = glib2: Needed for move to trash functionality optdepends = libdbusmenu-glib: Needed for KDE global menu optdepends = org.freedesktop.secrets: Needed for settings sync diff --git a/PKGBUILD b/PKGBUILD index 66a35de..1b5640c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=visual-studio-code-bin _pkgname=visual-studio-code pkgver=1.71.0 -pkgrel=2 +pkgrel=3 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/" @@ -13,7 +13,7 @@ conflicts=('code') install=$pkgname.install # 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) +depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof shared-mime-info xdg-utils alsa-lib) optdepends=('glib2: Needed for move to trash functionality' 'libdbusmenu-glib: Needed for KDE global menu' 'org.freedesktop.secrets: Needed for settings sync'