mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 14:13:23 +01:00
[visual-studio-code-bin] Add "which" dependency
Needed by /usr/bin/code
This commit is contained in:
parent
1bc2123c70
commit
0d55a2e048
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.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.38.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
license = custom: commercial
|
||||
|
|
@ -17,6 +17,7 @@ pkgbase = visual-studio-code-bin
|
|||
depends = libxss
|
||||
depends = glibc>=2.28-4
|
||||
depends = lsof
|
||||
depends = which
|
||||
optdepends = glib2: Needed for move to trash functionality
|
||||
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
||||
provides = code
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,14 +3,14 @@
|
|||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.38.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/"
|
||||
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)
|
||||
depends=(fontconfig libxtst gtk3 python cairo alsa-lib nss gcc-libs libnotify libxss 'glibc>=2.28-4' lsof which)
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue