summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCan Celasun2016-10-11 18:45:31 +0200
committerCan Celasun2016-10-11 18:45:31 +0200
commit3156f4012b4e2aeb2e4ac31236e100fc6ab3f383 (patch)
tree1c2f6afd73acfb0a002f0860323cffe8dc9ffe1e /PKGBUILD
parent88248bcd53afdd74b3109140f32217a73aab9685 (diff)
downloadaur-3156f4012b4e2aeb2e4ac31236e100fc6ab3f383.tar.gz
Add libxss dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a00fdaaca2c9..a0092ff0312d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=visual-studio-code
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'i686')
url="https://code.visualstudio.com/"
license=('custom: commercial')
provides=('vscode','visualstudiocode')
-depends=(fontconfig libxtst gtk2 python cairo alsa-lib gconf nss gcc-libs libnotify)
+depends=(fontconfig libxtst gtk2 python cairo alsa-lib gconf nss gcc-libs libnotify libxss)
source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
${pkgname}.desktop
)