Package Details: google-chrome 129.0.6668.58-1

Git Clone URL: https://aur.archlinux.org/google-chrome.git (read-only, click to copy)
Package Base: google-chrome
Description: The popular web browser by Google (Stable Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 2237
Popularity: 7.89
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-09-17 21:41 (UTC)

Dependencies (12)

Sources (3)

Pinned Comments

gromit commented on 2023-04-15 08:22 (UTC) (edited on 2023-05-08 21:42 (UTC) by gromit)

When reporting this package as outdated make sure there is indeed a new version for Linux Desktop. You can have a look at the "Stable updates" tag in Release blog for this.

You can also run this command to obtain the version string for the latest chrome version:

$ curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | \
     grep -A1 "Package: google-chrome-stable" | \
     awk '/Version/{print $2}' | \
     cut -d '-' -f1

Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.

Latest Comments

« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 157 Next › Last »

rodrigo21 commented on 2021-07-20 23:16 (UTC)

I'm having the same problem: Network service crashed, restarting service.

bulletmark commented on 2021-07-20 23:12 (UTC) (edited on 2021-07-20 23:13 (UTC) by bulletmark)

@yochananmarqos well it's not just us two.

yochananmarqos commented on 2021-07-20 23:03 (UTC)

@bulletmark @the-k: I can't reproduce that. There must be something you both have in common on your system causing it.

the-k commented on 2021-07-20 22:47 (UTC)

92.0.4515.107 is broken for me too, getting "Network service crashed, restarting service." Downgrading systemd didn't help, downgrading Chrome to 91.0.4472.164 did.

bulletmark commented on 2021-07-20 21:53 (UTC)

New version 92.0.4515.107-1 locks up immediately for me when starting. Gone back to 91.0.4472.164-1 which is fine.

luzifer commented on 2021-07-17 18:04 (UTC)

@noabody And the reason you would do that is which? That would break the chance for anyone to downgrade to an older version which is currently possible by just using an older PKGBUILD to build the package…

noabody commented on 2021-07-17 17:53 (UTC) (edited on 2021-07-17 17:57 (UTC) by noabody)

Apparently Google uses a single standard updated URL for the latest Debian version (beta, stable, unstable): https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb

One could 'SKIP' the SHA check and do a blind build with version update like so:

source=("https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
pkgver() {
  tar -xf control.tar.xz './control' --to-command="grep -Pio '(?<=Version: )[\d\.]+'"
}

rjahanbakhshi commented on 2021-07-16 09:10 (UTC) (edited on 2021-07-16 09:20 (UTC) by rjahanbakhshi)

The Stable channel has been updated to 91.0.4472.164 for Windows, Mac and Linux but it's not picked up by automatic checker for this package. By manually setting pkgver to 91.0.4472.164 in the PKGBUILD the latest version is correctly installed.

yochananmarqos commented on 2021-07-16 01:04 (UTC) (edited on 2021-07-16 01:04 (UTC) by yochananmarqos)

@luzifer: Please match the optdepends() with chromium. libunity is deprecated and no longer builds, FYI.