Package Details: google-chrome 130.0.6723.116-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: 2243
Popularity: 7.15
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-05 19:02 (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 .. 125 126 127 128 129 130 131 132 133 134 135 .. 157 Next › Last »

<deleted-account> commented on 2013-03-29 08:29 (UTC)

Newbie question: can the current make script be updated with the source & md5 indicated by k2s ?

<deleted-account> commented on 2013-03-28 08:53 (UTC)

Don't know what happens lately, but Chrome is leaking memory big time ! Hope this release resolves this problem.

k2s commented on 2013-03-27 12:33 (UTC)

current 64bit: source=('https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm') md5sums=('76524edb4ce9d3f946c050a48e831437')

Det commented on 2013-03-27 09:26 (UTC)

Yes: http://googlechromereleases.blogspot.fi/2013/03/stable-channel-update_26.html

<deleted-account> commented on 2013-03-27 09:25 (UTC)

Is it possible there was an update recently ?

pwalker commented on 2013-03-22 13:50 (UTC)

I'm not quite sure how to contribute to this, but can you add ttf-google-webfonts in the the optdepends? I know the web will look alright in chrome without it, but I've noticed a few style issues on some sites like github, banks, etc. that were solved by having the appropriate fonts. Checkout http://goo.gl/gbcAu for a comparison.

Det commented on 2013-03-14 12:35 (UTC)

Uhhh.. you're asking how can the _current_ url get the pkgver the same way the versioned one does? Well, you find it out first the same way it's done now, silly. What did you think the current solution is some ungreppable magic that automatically updates itself :D? If you're asking what to do with the local one that's already there (since it's gonna have the same name), then you do a: source=("google-chrome-${_channel}_${pkgver}_${_arch}.rpm"::"http(s)://dl.google.com/dl/linux/direct/google-chrome-${_channel}_current_${_arch}.rpm") Which has the only downside that it's very fugly and renders the Source text up there to just "google-chrome-${_channel}_${pkgver}_${_arch}.rpm", as in with google-earth (still points to the real file, though).

<deleted-account> commented on 2013-03-14 12:16 (UTC)

@Det: Thanks! But what I meant is how does a script know that it has to update a local Google Chrome version to a newer one from the internet? It can't read that blog...

Det commented on 2013-03-14 00:48 (UTC)

@distronicon: http://googlechromereleases.blogspot.com/

<deleted-account> commented on 2013-03-13 18:56 (UTC)

@mdyan: Agree. @XenGi: How do you know what version you download exactly when you get something from "...current..."?