summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2016-09-27 11:37:07 +0200
committerD. Can Celasun2016-09-27 11:37:07 +0200
commit0a2b3b2ae94b22546d82b9df8238d6af95ba801d (patch)
treec9ee7b313c68cf3429c7807eb78e546d843e6a86
parent2a2368f2f6b65ed99558279a9dd0bf4f69b8c0e4 (diff)
downloadaur-0a2b3b2ae94b22546d82b9df8238d6af95ba801d.tar.gz
Better download URL (no more hashes and timestamps)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb16b93c919..2f54af08cd80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Sep 23 05:30:11 UTC 2016
+# Tue Sep 27 09:35:39 UTC 2016
pkgbase = visual-studio-code
pkgdesc = Editor for building and debugging modern web and cloud applications
pkgver = 1.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
@@ -19,11 +19,11 @@ pkgbase = visual-studio-code
depends = gcc-libs
depends = libnotify
provides = vscode,visualstudiocode
- source_x86_64 = vscode64_1.5.3.zip::https://az764295.vo.msecnd.net/stable/5be4091987a98e3870d89d630eb87be6d9bafd27/code-stable-code_1.5.3-1474533365_amd64.tar.gz
+ source_x86_64 = code_x64_1.5.3.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
source_x86_64 = visual-studio-code.desktop
md5sums_x86_64 = e564b2d717b0481ae100ad5f8d81e05d
md5sums_x86_64 = 89eb024d17221e5c92c99c390eaf92ce
- source_i686 = vscode32_1.5.3.zip::https://az764295.vo.msecnd.net/stable/5be4091987a98e3870d89d630eb87be6d9bafd27/code-stable-code_1.5.3-1474534134_i386.tar.gz
+ source_i686 = code_ia32_1.5.3.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
source_i686 = visual-studio-code.desktop
md5sums_i686 = 3003500c128ed229e0be9683433f2984
md5sums_i686 = 89eb024d17221e5c92c99c390eaf92ce
diff --git a/PKGBUILD b/PKGBUILD
index f59025fc7d6a..d97103bdeb2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,17 @@
pkgname=visual-studio-code
pkgver=1.5.3
-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 libnotify)
-_release=5be4091987a98e3870d89d630eb87be6d9bafd27
-_ts64=1474533365
-_ts32=1474534134
-source_x86_64=(vscode64_${pkgver}.zip::https://az764295.vo.msecnd.net/stable/$_release/code-stable-code_${pkgver}-${_ts64}_amd64.tar.gz
+source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
${pkgname}.desktop
)
-source_i686=(vscode32_${pkgver}.zip::https://az764295.vo.msecnd.net/stable/$_release/code-stable-code_${pkgver}-${_ts32}_i386.tar.gz
+source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
${pkgname}.desktop
)
md5sums_x86_64=('e564b2d717b0481ae100ad5f8d81e05d'