Upgpkg: 50.0.2661.66

This commit is contained in:
Det 2016-04-06 21:57:27 +03:00
parent 5bc8a2a13f
commit e6e8858c9c
3 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,8 @@
# Generated by mksrcinfo v8
# Wed Apr 6 18:57:23 UTC 2016
pkgbase = google-chrome-beta
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
pkgver = 50.0.2661.57
pkgver = 50.0.2661.66
pkgrel = 1
url = https://www.google.com/chrome
install = google-chrome-beta.install
@ -30,10 +32,10 @@ pkgbase = google-chrome-beta
provides = pepper-flash
options = !emptydirs
options = !strip
source = google-chrome-beta_50.0.2661.57_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
source = google-chrome-beta_50.0.2661.66_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
source = https://www.google.com/chrome/browser/privacy/eula_text.html
source = google-chrome-beta
md5sums = d3ebb00b2940fa64599b01ca6e3ab5ab
source = google-chrome-beta.sh
md5sums = 042233dae2f17d4d71ba4c38061bdfd4
md5sums = SKIP
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35

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-beta
pkgver=50.0.2661.57
pkgver=50.0.2661.66
pkgrel=1
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
arch=('x86_64')
@ -21,8 +21,8 @@ install=$pkgname.install
_channel=beta
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
"$url/browser/privacy/eula_text.html"
'google-chrome-beta')
md5sums=('d3ebb00b2940fa64599b01ca6e3ab5ab'
'google-chrome-beta.sh')
md5sums=('042233dae2f17d4d71ba4c38061bdfd4'
'SKIP'
'ca16d5162eed85b1ba4e6b9fc37f9e35')
@ -32,7 +32,7 @@ package() {
msg2 "Moving stuff in place..."
# Launcher
install -m755 google-chrome-$_channel "$pkgdir"/usr/bin/
install -m755 google-chrome-$_channel.sh "$pkgdir"/usr/bin/google-chrome-$_channel
# Icons
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do