summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCan Celasun2016-05-20 13:35:50 +0300
committerCan Celasun2016-05-20 13:35:50 +0300
commit76beb384b728c3f77db979046e46a508c2db7097 (patch)
tree1c41ffd8f90786c086f82a9f3b9b4c66bae7a4db /PKGBUILD
parent0ffee6a04d9201f408c0bc924107d6fa8f236be5 (diff)
downloadaur-76beb384b728c3f77db979046e46a508c2db7097.tar.gz
Update visual-studio-code
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}