Upgpkg: 47.0.2526.106

This commit is contained in:
Det 2015-12-15 23:29:55 +02:00
parent 3545cc89c1
commit c0499c0b71
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = google-chrome
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable Channel). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package.
pkgver = 47.0.2526.80
pkgver = 47.0.2526.106
pkgrel = 1
url = https://www.google.com/chrome/index.html
install = google-chrome.install
@ -37,9 +37,9 @@ pkgbase = google-chrome
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
md5sums = b7e752f549b215ac77f284b6486794b6
source_i686 = google-chrome-stable_47.0.2526.73_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
md5sums_i686 = 88b4507f8bdd24dd0960f0a8b19757cb
md5sums_i686 = 93cf807452e6d69d079e4b874f1bd085
source_x86_64 = google-chrome-stable_47.0.2526.73_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
md5sums_x86_64 = 26a5869ddf6a4b6100daf3ab9ab03777
md5sums_x86_64 = ac9a6f982fb0e64a96ca63229ae7b56e
pkgname = google-chrome

View File

@ -5,7 +5,7 @@
# or use: $ curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }'
pkgname=google-chrome
pkgver=47.0.2526.80
pkgver=47.0.2526.106
pkgrel=1
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)"
arch=('i686' 'x86_64')
@ -26,8 +26,8 @@ source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.co
source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
md5sums=('99fa93d5e7fb5d622cef0f9621f3ffa3'
'b7e752f549b215ac77f284b6486794b6')
md5sums_i686=('88b4507f8bdd24dd0960f0a8b19757cb')
md5sums_x86_64=('26a5869ddf6a4b6100daf3ab9ab03777')
md5sums_i686=('93cf807452e6d69d079e4b874f1bd085')
md5sums_x86_64=('ac9a6f982fb0e64a96ca63229ae7b56e')
package() {
msg2 "Extracting the data.tar.lzma..."