mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-10 06:30:00 +00:00
Upgpkg: 50.0.2661.26
This commit is contained in:
parent
ea93056b28
commit
283f9d11e4
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = google-chrome-beta
|
pkgbase = google-chrome-beta
|
||||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
|
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
|
||||||
pkgver = 49.0.2623.75
|
pkgver = 50.0.2661.26
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.google.com/chrome
|
url = https://www.google.com/chrome
|
||||||
install = google-chrome-beta.install
|
install = google-chrome-beta.install
|
||||||
|
@ -30,10 +30,10 @@ pkgbase = google-chrome-beta
|
||||||
provides = pepper-flash
|
provides = pepper-flash
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
options = !strip
|
options = !strip
|
||||||
source = google-chrome-beta_49.0.2623.75_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
source = google-chrome-beta_50.0.2661.26_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 = https://www.google.com/chrome/browser/privacy/eula_text.html
|
||||||
source = google-chrome-beta
|
source = google-chrome-beta
|
||||||
md5sums = e2ed725c60fca190f11ab4cfd87aa400
|
md5sums = 98d77fbe644a8400f5dbdf12a07807bf
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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 }'
|
# 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
|
pkgname=google-chrome-beta
|
||||||
pkgver=49.0.2623.75
|
pkgver=50.0.2661.26
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
|
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -22,7 +22,7 @@ _channel=beta
|
||||||
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
|
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"
|
"$url/browser/privacy/eula_text.html"
|
||||||
'google-chrome-beta')
|
'google-chrome-beta')
|
||||||
md5sums=('e2ed725c60fca190f11ab4cfd87aa400'
|
md5sums=('98d77fbe644a8400f5dbdf12a07807bf'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'ca16d5162eed85b1ba4e6b9fc37f9e35')
|
'ca16d5162eed85b1ba4e6b9fc37f9e35')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue