mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
Upgpkg: 59.0.3071.29
This commit is contained in:
parent
ed2f757fbd
commit
1ea7716815
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = google-chrome-beta
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
|
||||
pkgver = 58.0.3029.81
|
||||
pkgver = 59.0.3071.29
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome
|
||||
install = google-chrome-beta.install
|
||||
|
@ -8,7 +8,7 @@ pkgbase = google-chrome-beta
|
|||
license = custom:chrome
|
||||
depends = alsa-lib
|
||||
depends = gconf
|
||||
depends = gtk2
|
||||
depends = gtk3
|
||||
depends = libxss
|
||||
depends = libxtst
|
||||
depends = nss
|
||||
|
@ -20,10 +20,10 @@ pkgbase = google-chrome-beta
|
|||
provides = google-chrome
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
source = google-chrome-beta_58.0.3029.81_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
source = google-chrome-beta_59.0.3071.29_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.sh
|
||||
md5sums = 82a4e5b039f3f549f35125bc09f89a9e
|
||||
md5sums = 645a18041818fd7d7160f450c9417303
|
||||
md5sums = SKIP
|
||||
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,13 +5,13 @@
|
|||
# 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=58.0.3029.81
|
||||
pkgver=59.0.3071.29
|
||||
pkgrel=1
|
||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
|
||||
arch=('x86_64')
|
||||
url="https://www.google.com/chrome"
|
||||
license=('custom:chrome')
|
||||
depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss')
|
||||
depends=('alsa-lib' 'gconf' 'gtk3' 'libxss' 'libxtst' 'nss')
|
||||
optdepends=('kdialog: needed for file dialogs in KDE'
|
||||
'gnome-keyring: for storing passwords in GNOME keyring'
|
||||
'kwallet: for storing passwords in KWallet'
|
||||
|
@ -24,7 +24,7 @@ _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.sh')
|
||||
md5sums=('82a4e5b039f3f549f35125bc09f89a9e'
|
||||
md5sums=('645a18041818fd7d7160f450c9417303'
|
||||
'SKIP'
|
||||
'ca16d5162eed85b1ba4e6b9fc37f9e35')
|
||||
|
||||
|
|
Loading…
Reference in a new issue