Upgpkg: 49.0.2587.3

This commit is contained in:
Det 2015-12-12 06:49:06 +02:00
parent 07a70e8fb1
commit fb6637b6a6
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = google-chrome-dev
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package.
pkgver = 48.0.2564.22
pkgver = 49.0.2587.3
pkgrel = 1
url = https://www.google.com/chrome/index.html
install = google-chrome-dev.install
@ -37,9 +37,9 @@ pkgbase = google-chrome-dev
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
md5sums = b7e752f549b215ac77f284b6486794b6
source_i686 = google-chrome-unstable_48.0.2564.22_i386.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_i386.deb
md5sums_i686 = 6d802740531362c9cc1a3b3aa38948ad
md5sums_i686 = 37719a454031368c201cc4bc925aaeee
source_x86_64 = google-chrome-unstable_48.0.2564.22_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
md5sums_x86_64 = eab1d93a6a4e273e503e68cd463d22aa
md5sums_x86_64 = 8d16ebfdb462b06f8e861bad19dad002
pkgname = google-chrome-dev

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-dev
pkgver=48.0.2564.22
pkgver=49.0.2587.3
pkgrel=1
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Dev Channel)"
arch=('i686' 'x86_64')
@ -26,12 +26,12 @@ 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=('11b55a3fec7279db32b63e3a0b97dc01'
'b7e752f549b215ac77f284b6486794b6')
md5sums_i686=('6d802740531362c9cc1a3b3aa38948ad')
md5sums_x86_64=('eab1d93a6a4e273e503e68cd463d22aa')
md5sums_i686=('37719a454031368c201cc4bc925aaeee')
md5sums_x86_64=('8d16ebfdb462b06f8e861bad19dad002')
## Previous build (also see: /var/cache/pacman/pkg/google-chrome-dev-*):
#source_x86_64=('http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_48.0.2564.10_amd64.deb')
#md5sums_x86_64=('86041c90fcc12e435ef2d5a9677a5ef0')
#md5sums_x86_64=('8d16ebfdb462b06f8e861bad19dad002')
package() {
msg2 "Extracting the data.tar.xz..."