Package Details: google-chrome 133.0.6943.126-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: 2262
Popularity: 8.96
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-02-19 09:28 (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 .. 144 145 146 147 148 149 150 151 152 153 154 .. 157 Next › Last »

mike.cloaked commented on 2012-02-16 11:08 (UTC)

Any chance this package will be updated to version 17.0.963.56-121963 which was released in the last day or so? Thanks.

Det commented on 2012-02-05 22:33 (UTC)

Of course it doesn't. That's repackaging not building.

Vrtak-CZ commented on 2012-02-05 22:29 (UTC)

/usr/bin/google-chrome: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory after http://www.archlinux.org/news/libpnglibtiff-rebuilds-move-from-testing/ rebuild does not help :-(

<deleted-account> commented on 2012-01-24 08:50 (UTC)

Build error. http://pastebin.com/k5PwrkRd

<deleted-account> commented on 2012-01-24 08:50 (UTC)

Build error. http://pastebin.com/k5PwrkRd

t3ddy commented on 2012-01-14 09:29 (UTC)

Added man page. Now, I'll wait for a new release from Google to see what I've broken :)

Det commented on 2012-01-13 22:32 (UTC)

Would you?

t3ddy commented on 2012-01-13 22:15 (UTC)

Finally I've found the time to look at this. I've made script and template for rpm. There's one thing really strange: "chrome-sandbox" has wrong permissions, so I've to fix them in pkgbuild. Another thing: I've seen rpm's got also man page for chrome, shall I add it?

Det commented on 2012-01-13 15:26 (UTC)

@ruario, yeah, when it's extracting the sources. Just like it'd do with a regular tarball.

ruario commented on 2012-01-13 13:47 (UTC)

@t3ddy: actually it seems makepkg now opens rpms (using bsdtar) for you! ;)