diff options
author | Can Celasun | 2016-05-18 08:32:51 +0300 |
---|---|---|
committer | Can Celasun | 2016-05-18 08:32:51 +0300 |
commit | 0ffee6a04d9201f408c0bc924107d6fa8f236be5 (patch) | |
tree | 98b3c663719e856ba785302fe76096b3b1641328 | |
parent | 45f88f3bf73c4d0aedb67b1ef5c0ff0d6d77dd39 (diff) | |
download | aur-0ffee6a04d9201f408c0bc924107d6fa8f236be5.tar.gz |
Update visual-studio-code
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Tue May 17 05:47:48 UTC 2016 +# Wed May 18 05:32:51 UTC 2016 pkgbase = visual-studio-code pkgdesc = Editor for building and debugging modern web and cloud applications pkgver = 1.1.1 - pkgrel = 1 + pkgrel = 2 url = https://code.visualstudio.com/ arch = x86_64 arch = i686 @@ -17,6 +17,7 @@ pkgbase = visual-studio-code depends = gconf depends = nss depends = gcc-libs + depends = libnotify provides = vscode,visualstudiocode source_x86_64 = VSCode-linux64_1.1.1.zip::https://az764295.vo.msecnd.net/stable/def9e32467ad6e4f48787d38caf190acbfee5880/VSCode-linux-x64-stable.zip source_x86_64 = visual-studio-code.desktop @@ -2,13 +2,13 @@ pkgname=visual-studio-code pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Editor for building and debugging modern web and cloud applications" 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) +depends=(fontconfig libxtst gtk2 python cairo alsa-lib gconf nss gcc-libs libnotify) _release=def9e32467ad6e4f48787d38caf190acbfee5880 source_x86_64=(VSCode-linux64_${pkgver}.zip::https://az764295.vo.msecnd.net/stable/$_release/VSCode-linux-x64-stable.zip ${pkgname}.desktop |