mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-09 11:30:04 +00:00
Upgpkg: 57.0.2987.133
This commit is contained in:
parent
9125489329
commit
a5736638be
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = google-chrome
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable Channel)
|
||||
pkgver = 57.0.2987.110
|
||||
pkgver = 57.0.2987.133
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome
|
||||
install = google-chrome.install
|
||||
|
@ -18,10 +18,10 @@ pkgbase = google-chrome
|
|||
optdepends = ttf-liberation: fix fonts for some PDFs (CRBug #369991)
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
source = google-chrome-stable_57.0.2987.110_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
source = google-chrome-stable_57.0.2987.133_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 = google-chrome-stable.sh
|
||||
md5sums = ba137093ddd19e643988e66d5821eb3d
|
||||
md5sums = 52a4341475511d3627a86a344c0831ce
|
||||
md5sums = SKIP
|
||||
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 }'
|
||||
|
||||
pkgname=google-chrome
|
||||
pkgver=57.0.2987.110
|
||||
pkgver=57.0.2987.133
|
||||
pkgrel=1
|
||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)"
|
||||
arch=('x86_64')
|
||||
|
@ -22,7 +22,7 @@ _channel=stable
|
|||
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-stable.sh')
|
||||
md5sums=('ba137093ddd19e643988e66d5821eb3d'
|
||||
md5sums=('52a4341475511d3627a86a344c0831ce'
|
||||
'SKIP'
|
||||
'99fa93d5e7fb5d622cef0f9621f3ffa3')
|
||||
|
||||
|
|
Loading…
Reference in a new issue