mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
Upgpkg: 46.0.2490.13
This commit is contained in:
parent
acb3bf75bd
commit
b615d90492
2 changed files with 9 additions and 9 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 = 45.0.2454.78
|
||||
pkgver = 46.0.2490.13
|
||||
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 = aa5660e4808cd290ff7b50670a5ad380
|
||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||
source_i686 = google-chrome-beta_45.0.2454.78_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
|
||||
md5sums_i686 = 86f89b18f0a4cff0243d5ba21e76ff17
|
||||
source_x86_64 = google-chrome-beta_45.0.2454.78_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
md5sums_x86_64 = 3c9119aa02d2f550e29cfb959b116690
|
||||
source_i686 = google-chrome-beta_46.0.2490.13_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
|
||||
md5sums_i686 = 2bbaa53750bd6174af9e9a3fc6ace238
|
||||
source_x86_64 = google-chrome-beta_46.0.2490.13_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
md5sums_x86_64 = 37f75ae7b618a6cf1f48d20e8e1ddde1
|
||||
|
||||
pkgname = google-chrome-beta
|
||||
|
||||
|
|
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 }'
|
||||
|
||||
pkgname=google-chrome-beta
|
||||
pkgver=45.0.2454.78
|
||||
pkgver=46.0.2490.13
|
||||
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=('aa5660e4808cd290ff7b50670a5ad380'
|
||||
'b7e752f549b215ac77f284b6486794b6')
|
||||
md5sums_i686=('86f89b18f0a4cff0243d5ba21e76ff17')
|
||||
md5sums_x86_64=('3c9119aa02d2f550e29cfb959b116690')
|
||||
md5sums_i686=('2bbaa53750bd6174af9e9a3fc6ace238')
|
||||
md5sums_x86_64=('37f75ae7b618a6cf1f48d20e8e1ddde1')
|
||||
|
||||
package() {
|
||||
msg2 "Extracting the data.tar.xz..."
|
||||
|
@ -35,7 +35,7 @@ package() {
|
|||
|
||||
msg2 "Moving stuff in place..."
|
||||
# Launcher
|
||||
install -m755 google-chrome-beta "$pkgdir"/usr/bin/
|
||||
install -m755 google-chrome-$_channel "$pkgdir"/usr/bin/
|
||||
|
||||
# Icons
|
||||
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do
|
||||
|
|
Loading…
Reference in a new issue