[visual-studio-code-bin] Add alsa-lib dependency
This commit is contained in:
4
PKGBUILD
4
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'
|
||||
|
||||
Reference in New Issue
Block a user