mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
Upgpkg: 50.0.2661.66
This commit is contained in:
parent
5bc8a2a13f
commit
e6e8858c9c
3 changed files with 10 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,8 @@
|
||||||
|
# Generated by mksrcinfo v8
|
||||||
|
# Wed Apr 6 18:57:23 UTC 2016
|
||||||
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 = 50.0.2661.57
|
pkgver = 50.0.2661.66
|
||||||
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 +32,10 @@ pkgbase = google-chrome-beta
|
||||||
provides = pepper-flash
|
provides = pepper-flash
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
options = !strip
|
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 = https://www.google.com/chrome/browser/privacy/eula_text.html
|
||||||
source = google-chrome-beta
|
source = google-chrome-beta.sh
|
||||||
md5sums = d3ebb00b2940fa64599b01ca6e3ab5ab
|
md5sums = 042233dae2f17d4d71ba4c38061bdfd4
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
||||||
|
|
||||||
|
|
8
PKGBUILD
8
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=50.0.2661.57
|
pkgver=50.0.2661.66
|
||||||
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')
|
||||||
|
@ -21,8 +21,8 @@ install=$pkgname.install
|
||||||
_channel=beta
|
_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.sh')
|
||||||
md5sums=('d3ebb00b2940fa64599b01ca6e3ab5ab'
|
md5sums=('042233dae2f17d4d71ba4c38061bdfd4'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'ca16d5162eed85b1ba4e6b9fc37f9e35')
|
'ca16d5162eed85b1ba4e6b9fc37f9e35')
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ package() {
|
||||||
|
|
||||||
msg2 "Moving stuff in place..."
|
msg2 "Moving stuff in place..."
|
||||||
# Launcher
|
# Launcher
|
||||||
install -m755 google-chrome-$_channel "$pkgdir"/usr/bin/
|
install -m755 google-chrome-$_channel.sh "$pkgdir"/usr/bin/google-chrome-$_channel
|
||||||
|
|
||||||
# Icons
|
# Icons
|
||||||
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do
|
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do
|
||||||
|
|
Loading…
Reference in a new issue