summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Celasun2016-05-20 13:35:50 +0300
committerCan Celasun2016-05-20 13:35:50 +0300
commit76beb384b728c3f77db979046e46a508c2db7097 (patch)
tree1c41ffd8f90786c086f82a9f3b9b4c66bae7a4db
parent0ffee6a04d9201f408c0bc924107d6fa8f236be5 (diff)
downloadaur-76beb384b728c3f77db979046e46a508c2db7097.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 f321dc244e8a..f2530ff84c79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 18 05:32:51 UTC 2016
+# Fri May 20 10:35:50 UTC 2016
pkgbase = visual-studio-code
pkgdesc = Editor for building and debugging modern web and cloud applications
pkgver = 1.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 855ebd52a6a4..573e7c1a15f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=visual-studio-code
pkgver=1.1.1
-pkgrel=2
+pkgrel=3
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}/bin/code "${pkgdir}"/usr/bin/visual-studio-code
}