summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Celasun2016-10-11 18:45:31 +0200
committerCan Celasun2016-10-11 18:45:31 +0200
commit3156f4012b4e2aeb2e4ac31236e100fc6ab3f383 (patch)
tree1c2f6afd73acfb0a002f0860323cffe8dc9ffe1e
parent88248bcd53afdd74b3109140f32217a73aab9685 (diff)
downloadaur-3156f4012b4e2aeb2e4ac31236e100fc6ab3f383.tar.gz
Add libxss dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ba4f88259b7..78358bbe7f35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 10 21:04:15 UTC 2016
+# Tue Oct 11 16:45:20 UTC 2016
pkgbase = visual-studio-code
pkgdesc = Editor for building and debugging modern web and cloud applications (official binary version)
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
@@ -18,6 +18,7 @@ pkgbase = visual-studio-code
depends = nss
depends = gcc-libs
depends = libnotify
+ depends = libxss
provides = vscode,visualstudiocode
source_x86_64 = code_x64_1.6.0.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
source_x86_64 = visual-studio-code.desktop
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
)