mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
49.0.2623.39-1: Add major version delimiter in bundled .desktop's
This commit is contained in:
parent
bc93565b3f
commit
f1ffe2bf3b
3 changed files with 20 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = google-chrome-beta
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package.
|
||||
pkgver = 49.0.2623.28
|
||||
pkgver = 49.0.2623.39
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome/index.html
|
||||
install = google-chrome-beta.install
|
||||
|
@ -36,10 +36,10 @@ pkgbase = google-chrome-beta
|
|||
source = eula_text.html
|
||||
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||
source_i686 = google-chrome-beta_49.0.2623.28_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
|
||||
md5sums_i686 = 2f91396d962338fe391721172d155877
|
||||
source_x86_64 = google-chrome-beta_49.0.2623.28_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
md5sums_x86_64 = 7c95d21d678009e5468a320555e1bac7
|
||||
source_i686 = google-chrome-beta_49.0.2623.39_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
|
||||
md5sums_i686 = f93d5483fc58cc4a00bd354bd7367a7e
|
||||
source_x86_64 = google-chrome-beta_49.0.2623.39_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
md5sums_x86_64 = ab3ad7f02d59868ac5fcc73fe20bec6d
|
||||
|
||||
pkgname = google-chrome-beta
|
||||
|
||||
|
|
6
PKGBUILD
6
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-beta
|
||||
pkgver=49.0.2623.28
|
||||
pkgver=49.0.2623.39
|
||||
pkgrel=1
|
||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -26,8 +26,8 @@ source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.co
|
|||
source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
|
||||
md5sums=('ca16d5162eed85b1ba4e6b9fc37f9e35'
|
||||
'b7e752f549b215ac77f284b6486794b6')
|
||||
md5sums_i686=('2f91396d962338fe391721172d155877')
|
||||
md5sums_x86_64=('7c95d21d678009e5468a320555e1bac7')
|
||||
md5sums_i686=('f93d5483fc58cc4a00bd354bd7367a7e')
|
||||
md5sums_x86_64=('ab3ad7f02d59868ac5fcc73fe20bec6d')
|
||||
|
||||
package() {
|
||||
msg2 "Extracting the data.tar.xz..."
|
||||
|
|
12
google-chrome-beta_current_i386.deb
Normal file
12
google-chrome-beta_current_i386.deb
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang=en>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
|
||||
<title>Error 404 (Not Found)!!1</title>
|
||||
<style>
|
||||
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/logos/errorpage/error_logo-150x54.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/logos/errorpage/error_logo-150x54-2x.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/logos/errorpage/error_logo-150x54-2x.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/logos/errorpage/error_logo-150x54-2x.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
|
||||
</style>
|
||||
<a href=//www.google.com/><span id=logo aria-label=Google></span></a>
|
||||
<p><b>404.</b> <ins>That’s an error.</ins>
|
||||
<p> <ins>That’s all we know.</ins>
|
Loading…
Reference in a new issue