mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
32-bit support has been dropped
- http://linux.slashdot.org/story/15/12/01/1524259/google-to-drop-chrome-support-for-32-bit-linux
This commit is contained in:
parent
f1ffe2bf3b
commit
ea760f3b35
2 changed files with 7 additions and 12 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -4,7 +4,6 @@ pkgbase = google-chrome-beta
|
|||
pkgrel = 1
|
||||
url = https://www.google.com/chrome/index.html
|
||||
install = google-chrome-beta.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = custom:chrome
|
||||
makedepends = pacman>=4.2.0
|
||||
|
@ -32,14 +31,12 @@ pkgbase = google-chrome-beta
|
|||
provides = pepper-flash
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
source = google-chrome-beta_49.0.2623.39_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
source = google-chrome-beta
|
||||
source = eula_text.html
|
||||
md5sums = ab3ad7f02d59868ac5fcc73fe20bec6d
|
||||
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||
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
|
||||
|
||||
|
|
12
PKGBUILD
12
PKGBUILD
|
@ -8,7 +8,7 @@ pkgname=google-chrome-beta
|
|||
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')
|
||||
arch=('x86_64')
|
||||
url="https://www.google.com/chrome/index.html"
|
||||
license=('custom:chrome')
|
||||
depends=('alsa-lib' 'desktop-file-utils' 'flac' 'gconf' 'gtk2' 'harfbuzz' 'harfbuzz-icu' 'hicolor-icon-theme'
|
||||
|
@ -20,14 +20,12 @@ provides=('google-chrome' 'pepper-flash')
|
|||
options=('!emptydirs' '!strip')
|
||||
install=$pkgname.install
|
||||
_channel=beta
|
||||
source=('google-chrome-beta'
|
||||
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
|
||||
'google-chrome-beta'
|
||||
'eula_text.html')
|
||||
source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_i386.deb")
|
||||
source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
|
||||
md5sums=('ca16d5162eed85b1ba4e6b9fc37f9e35'
|
||||
md5sums=('ab3ad7f02d59868ac5fcc73fe20bec6d'
|
||||
'ca16d5162eed85b1ba4e6b9fc37f9e35'
|
||||
'b7e752f549b215ac77f284b6486794b6')
|
||||
md5sums_i686=('f93d5483fc58cc4a00bd354bd7367a7e')
|
||||
md5sums_x86_64=('ab3ad7f02d59868ac5fcc73fe20bec6d')
|
||||
|
||||
package() {
|
||||
msg2 "Extracting the data.tar.xz..."
|
||||
|
|
Loading…
Reference in a new issue