summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2017-01-15 19:35:34 +0100
committerD. Can Celasun2017-01-15 19:35:34 +0100
commit337e257669f366fcbef711fb3fed8266f937848e (patch)
tree6ad577d0063eb957e4e33d55fac37dd3530ed4e0
parent559f5f781e52efddec30420db8cb9cf2355e467a (diff)
downloadaur-337e257669f366fcbef711fb3fed8266f937848e.tar.gz
Better .desktop file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--visual-studio-code.desktop3
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 860b60903dbd..bd0719fc5198 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 19 22:07:52 UTC 2016
+# Sun Jan 15 18:35:21 UTC 2017
pkgbase = visual-studio-code
pkgdesc = Editor for building and debugging modern web and cloud applications (official binary version)
pkgver = 1.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 398bd4b35acd..9d56bc37f326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=visual-studio-code
pkgver=1.8.1
-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/"
diff --git a/visual-studio-code.desktop b/visual-studio-code.desktop
index 4969470c30fd..9b06e2282314 100644
--- a/visual-studio-code.desktop
+++ b/visual-studio-code.desktop
@@ -1,5 +1,4 @@
[Desktop Entry]
-Categories=Development;
Exec=/usr/bin/code %f
Icon=visual-studio-code
Terminal=false
@@ -7,5 +6,5 @@ Type=Application
StartupWMClass=code
Name=Visual Studio Code
Comment=Editor for building and debugging modern web and cloud applications
-Categories=Development;WebDevelopment;IDE;
+Categories=Development;WebDevelopment;IDE;Utilities;
StartupNotify=true