Upgpkg: 45.0.2454.6

This commit is contained in:
Det 2015-07-15 05:16:19 +03:00
parent 480c54eb11
commit 9f39bbc5c8
2 changed files with 10 additions and 10 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)
pkgver = 45.0.2453.0
pkgver = 45.0.2454.6
pkgrel = 1
url = https://www.google.com/chrome/index.html
install = google-chrome-dev.install
@ -34,10 +34,10 @@ pkgbase = google-chrome-dev
options = !strip
source = eula_text.html
md5sums = b7e752f549b215ac77f284b6486794b6
source_i686 = google-chrome-unstable_45.0.2453.0_i386.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_i386.deb
md5sums_i686 = 6547738530cb823611f3102ab089b547
source_x86_64 = google-chrome-unstable_45.0.2453.0_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
md5sums_x86_64 = c7b027f756a87224843da74180ab25ac
source_i686 = google-chrome-unstable_45.0.2454.6_i386.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_i386.deb
md5sums_i686 = c1964f7cd7b8fec00463ea5cfde6d6dd
source_x86_64 = google-chrome-unstable_45.0.2454.6_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
md5sums_x86_64 = 03da706d5aa3dd5ac7f0f15c97f24ab7
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=45.0.2453.0
pkgver=45.0.2454.6
pkgrel=1
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Dev Channel)"
arch=('i686' 'x86_64')
@ -24,12 +24,12 @@ source=('eula_text.html')
source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_i386.deb")
source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
md5sums=('b7e752f549b215ac77f284b6486794b6')
md5sums_i686=('6547738530cb823611f3102ab089b547')
md5sums_x86_64=('c7b027f756a87224843da74180ab25ac')
md5sums_i686=('c1964f7cd7b8fec00463ea5cfde6d6dd')
md5sums_x86_64=('03da706d5aa3dd5ac7f0f15c97f24ab7')
## 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_45.0.2438.3-1_amd64.deb')
#md5sums_x86_64=('04c18f5090c783e23884f211ddd927e4')
#source_x86_64=('http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_45.0.2453.0-1_amd64.deb')
#md5sums_x86_64=('c7b027f756a87224843da74180ab25ac')
package() {
msg2 "Extracting the data.tar.xz..."