mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-09 19:40:04 +00:00
Upgpkg: 52.0.2743.116
This commit is contained in:
parent
ad2dae115a
commit
a4a1ee0fd7
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = google-chrome
|
pkgbase = google-chrome
|
||||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable Channel)
|
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable Channel)
|
||||||
pkgver = 52.0.2743.82
|
pkgver = 52.0.2743.116
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.google.com/chrome
|
url = https://www.google.com/chrome
|
||||||
install = google-chrome.install
|
install = google-chrome.install
|
||||||
|
@ -31,10 +31,10 @@ pkgbase = google-chrome
|
||||||
provides = pepper-flash
|
provides = pepper-flash
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
options = !strip
|
options = !strip
|
||||||
source = google-chrome-stable_52.0.2743.82_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
source = google-chrome-stable_52.0.2743.116_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_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-stable.sh
|
source = google-chrome-stable.sh
|
||||||
md5sums = becebaab5b3f67b6b0e5a691f6b9e92d
|
md5sums = 2b8c6e8b4bb3077b925edce50a0fa151
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3
|
||||||
|
|
||||||
|
|
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
|
pkgname=google-chrome
|
||||||
pkgver=52.0.2743.82
|
pkgver=52.0.2743.116
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)"
|
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -23,7 +23,7 @@ _channel=stable
|
||||||
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-stable.sh')
|
'google-chrome-stable.sh')
|
||||||
md5sums=('becebaab5b3f67b6b0e5a691f6b9e92d'
|
md5sums=('2b8c6e8b4bb3077b925edce50a0fa151'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'99fa93d5e7fb5d622cef0f9621f3ffa3')
|
'99fa93d5e7fb5d622cef0f9621f3ffa3')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue