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: 8.05
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 .. 72 73 74 75 76 77 78 79 80 81 82 .. 157 Next › Last »

Det commented on 2016-02-05 13:00 (UTC) (edited on 2016-02-05 13:01 (UTC) by Det)

Easiest way to test is always with a clean profile. Rename ~/.cache/google-chrome/ and ~/.config/google-chrome/.

<deleted-account> commented on 2016-02-05 12:54 (UTC)

Anyone experiencing a total freeze when opening the Downloads page while downloading something?

Det commented on 2016-02-04 09:27 (UTC) (edited on 2016-02-04 09:29 (UTC) by Det)

Or, rather, unless you mean the data.tar.xz, the package type in Arch is .pkg.tar*, which by default is .pkg.tar.xz since 2010.

wchouser3 commented on 2016-02-04 08:45 (UTC)

Chrome does not update it's self for us. On .deb based package managers there's a cron job that checks for updates, but that just works for Ubuntu and Debian. There's another mechanism for Windows and OS X users, but again that has nothing to do with us. For us, Chrome has to be extracted from the .deb archive and converted over to the .xz archive in order to install.

Det commented on 2016-02-04 06:56 (UTC)

I'm not aware of Chrome automatically updating itself, besides on OS X, Windows, and Ubuntu (adds itself to /etc/apt/sources.list.d/).

eduncan911 commented on 2016-02-04 06:43 (UTC)

Here's a question: Does one need to keep updating this AUR package? Chrome self-updates to newer versions (when I installed it manually before). Or, does this package disable the auto-updating part of Chrome so that one must always keep this AUR package up to date?

Det commented on 2015-12-31 03:33 (UTC) (edited on 2016-01-23 20:52 (UTC) by Det)

That's good if they should be up-to-date as well, but there were enough people without one for me to just put the version number up there. In-and-of-itself, you don't do much with a PKGBUILD without pacman.

markzz commented on 2015-12-30 23:19 (UTC) (edited on 2015-12-30 23:21 (UTC) by markzz)

Any package belonging to the base (pacman is in base) or base-devel group are assumed to be installed and up to date on their systems before running makepkg, so adding pacman to the makedepends is redundant and unneeded.

Det commented on 2015-12-30 01:19 (UTC)

@markzz, "and the PKGBUILD doesn't appear to need any extra things from a specific version of pacman." Except it does actually quite clearly :D. "source_$CARCH" and "md5sums_$CARCH" were both features of makedepends=('pacman>=4.2.0').

markzz commented on 2015-12-29 23:20 (UTC) (edited on 2015-12-29 23:23 (UTC) by markzz)

Why is pacman a makedepends? It shouldn't be there because pacman is assumed to be installed on the system and the PKGBUILD doesn't appear to need any extra things from a specific version of pacman.