summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2015-04-26 00:47:04 -0500
committerDoug Newgard2015-06-04 22:40:11 -0500
commit1cf23ceb894f8d86cda48bd57f45cd5d3158b215 (patch)
treecc35174e8f4a201e0838ce0c8f1ce06311230ce8 /PKGBUILD
parent230b74b43fab1766fd266175874abaaa79110fa6 (diff)
downloadaur-1cf23ceb894f8d86cda48bd57f45cd5d3158b215.tar.gz
Simpler chrome version check
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50929ef8f021..08ec7b4e32fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url='http://www.google.com/chrome'
license=('custom:chrome')
options=('!strip')
-_chromever=$(curl -s https://omahaproxy.appspot.com/all | awk -F , '/linux,stable/ {print $3}')
+_chromever=$(curl -s https://omahaproxy.appspot.com/linux)
source=('chrome-eula_text.html::https://www.google.com/chrome/intl/en/eula_text.html')
source_i686=("google-chrome-stable_${_chromever}_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb")
source_x86_64=("google-chrome-stable_${_chromever}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb")