summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Celasun2016-03-10 11:29:41 +0200
committerCan Celasun2016-03-10 11:29:41 +0200
commitf308c98ea57ea8fe0cb29a9716034c874f6d8a72 (patch)
tree34db3266308b57f8ed9ccfa1e34bbddfdd946932
parent880b6b27f4c25c9db744fae3b7461caa4bdab71a (diff)
downloadaur-f308c98ea57ea8fe0cb29a9716034c874f6d8a72.tar.gz
Update visual-studio-code
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e09fad960878..95a7f8630f70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 06:48:56 UTC 2016
+# Thu Mar 10 09:29:41 UTC 2016
pkgbase = visual-studio-code
pkgdesc = Editor for building and debugging modern web and cloud applications
pkgver = 0.10.10
- pkgrel = 1
+ pkgrel = 2
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d1f4ac47b81d..a4eab2ea05e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=visual-studio-code
pkgver=0.10.10
-pkgrel=1
+pkgrel=2
pkgdesc="Editor for building and debugging modern web and cloud applications"
arch=('x86_64' 'i686')
url="https://code.visualstudio.com/"
@@ -40,5 +40,5 @@ package() {
rm -f "${srcdir}"/${_pkg}.zip
cp -r "${srcdir}/${_pkg}/"* "${pkgdir}/opt/${pkgname}" -R
- ln -s /opt/${pkgname}/Code "${pkgdir}"/usr/bin/visual-studio-code
+ ln -s /opt/${pkgname}/code "${pkgdir}"/usr/bin/visual-studio-code
}