vscode: depends xdg-utils
Follow link functionality doesn't work without xdg-utils
This commit is contained in:
parent
e86784a369
commit
9a46a9c216
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'vscode'
|
||||
pkgname=vscode
|
||||
version=1.42.0
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
|
||||
makedepends="libxkbfile-devel libsecret-devel"
|
||||
depends="libXtst libxkbfile nss dejavu-fonts-ttf"
|
||||
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils"
|
||||
short_desc="Microsoft Code for Linux"
|
||||
maintainer="shizonic <realtiaz@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue