Package Details: google-chrome 136.0.7103.113-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: 2277
Popularity: 12.19
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-05-14 19:12 (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 .. 22 23 24 25 26 27 28 29 30 31 32 Next › Last »

TheWretched commented on 2013-04-01 17:36 (UTC)

Yeah it has been awful lately. When I upgraded to KDE 4.10 + Xorg 1.14 it became disastrous. It's gotten slightly better but still I have to constantly kill it's leftover and zombie processes that build up over time. I went so far as to test it on a fresh user account with the same results. Just awful. So bad I've even resorted to using Firefox a lot more.

kiodo1981 commented on 2013-03-31 13:32 (UTC)

Audio problem. I solved starting with google-chrome %U --audio-buffer-size=2048

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

Thanks ! It builds and seems to run properly. I hope the cleanup/repackaging/... for release 26 is the same as for 25. :-)

Det commented on 2013-03-29 08:42 (UTC)

Just use either of these: source=("https://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.rpm") or (debs: quicker) elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' [...] source=("https://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.deb") ..and build with "--skipinteg".

<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..."?

mdyan commented on 2013-03-13 17:25 (UTC)

I don't mean to speak for the package maintainer, but I think that it's for versioning purposes.

XenGi commented on 2013-03-13 14:11 (UTC)

Why not using the link to the latest stable instead of building the url from some blog posting? https://dl.google.com/linux/direct/google-chrome-stable_current_$arch.rpm Where $arch is x86_64 or i386.

<deleted-account> commented on 2013-03-13 09:43 (UTC)

http://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-25.0.1364.160-186726.x86_64.rpm seems to be invalid, too :(

Det commented on 2013-03-11 17:58 (UTC)

I think it was due to Xorg 1.14.

TheWretched commented on 2013-03-11 17:53 (UTC)

For what it's worth, version 25.0.1364.160-1 seems to work a lot better on kde 4.10 for me having updated to it this morning. I haven't got the middle click = messed up tab + browser freezing issue so far. Knock on wood.

mfs commented on 2013-03-08 10:29 (UTC)

The stable_current_x86_64 is already 25.0.1364.160.

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

The source link "http://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-25.0.1364.152-185281.x86_64.rpm" is invalid. Use the following URL instead? https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

leduck commented on 2013-03-01 18:23 (UTC)

You can add the following line in the PKGBUILD file? sed -i '1,/^$/{/^$/s/^$/Keywords=Internet;WWW;Browser;Web;Explorer;\n/;}' /usr/share/applications/google-chrome.desktop It serves to add the tags to search the gnome. Thanks

TheWretched commented on 2013-03-01 16:12 (UTC)

I thought flash was working for me, I know it is for sure in chromium. The actual flashplugin that is not the pepper flash since chromium doesn't have that. But I was just in the plugins in chromium and know they work there. I've resigned to switch to chromium for now on account of 4.10

12eason commented on 2013-03-01 14:23 (UTC)

flash seems to be broken under 4.10 too. In fact, there's nothing listed under chrome://plugins/

bred commented on 2013-02-28 21:54 (UTC)

@ TheWretched I agree this version seems to bee buggy under KDE 4.10.

TheWretched commented on 2013-02-28 20:09 (UTC)

Is anyone having issues with this? I recently updated to KDE 4.10 and decided to update chrome as well. I built this version (25.0.1364.97-1) manually, pulled off the old, removed the settings and cache folders from my home folder and loaded up this version. Problem I am having is after closing there are a bunch of processes left running from chrome, and it behaves sporadically, most notable issue, middle clicking a link for a new tab results in a broken tab that is about 1/8 as wide as a normal tab and the browser freezes. Closing all the remaining processes manually and restarting temporarily resolves but problem recurs. Not experiencing this problem with Chromium current version.

Det commented on 2013-02-24 16:48 (UTC)

You mean pacman -R libcanberra-pulse?

<deleted-account> commented on 2013-02-24 16:45 (UTC)

For those having issues with Chrome or Chromium freezing when something is typed in the address bar, try the fix outlined here: https://bbs.archlinux.org/viewtopic.php?pid=1228558

Det commented on 2013-02-18 10:25 (UTC)

Sounds like corrupt settings or something. You tried with a clean profile and syncing your settings or so?

mityukov commented on 2013-02-18 08:23 (UTC)

There is one strange issue (that started several updates before): the browser simply closes when I type something into the addressbar (not every time, though). Without notices, etc. Note: I have the following in the dmesg, but not sure if it's google-chrome related: > [ 2897.267727] traps: chrome[3233] trap divide error ip:7f3e46775170 sp:7fff73cf4c60 error:0 in chrome[7f3e45dda000+4c45000]

Det commented on 2013-02-12 20:37 (UTC)

You can just flag it when the URL becomes 404, as t3ddy already advised you to. It just means there's a new version and the old one (whether it be a symlink or the actual file) was removed from the server.

<deleted-account> commented on 2013-02-12 20:19 (UTC)

Please fix URL!

ckoch786 commented on 2013-02-12 16:28 (UTC)

Thank you for your contributions!

<deleted-account> commented on 2013-02-07 08:57 (UTC)

Works - thanks a lot for keeping it up to date ! :-)

t3ddy commented on 2013-02-06 21:14 (UTC)

When you get 404, just flag the package out-of-date and I'll update it ;)

<deleted-account> commented on 2013-02-06 20:17 (UTC)

It has been fixed, at least it doesn't throw a 404 anymore for me.

ingamedeo commented on 2013-02-06 19:50 (UTC)

Yes....404 error here! Please fix it!!

nickoe commented on 2013-02-06 19:43 (UTC)

Download link does currently throw a 404.

Det commented on 2013-02-06 18:14 (UTC)

No, it was kind of updated in between whenever it was.

mityukov commented on 2013-02-06 18:12 (UTC)

The download link was reported as broken yet in January, and it is still in this state. I can use links, provided by leduck, but I'm wondering if the package is still supported?

dangersalad commented on 2013-02-06 18:11 (UTC)

I changed the url to https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm to get it to work. The one provided in the comment on 01-31-2013 no longer is working (for me)

<deleted-account> commented on 2013-02-06 09:16 (UTC)

Worked like a charm. Thanks !

<deleted-account> commented on 2013-02-06 09:04 (UTC)

Worked like a charm. Thanks !

<deleted-account> commented on 2013-02-04 20:10 (UTC)

404 for me. bad link.

vendion commented on 2013-02-04 19:34 (UTC)

I seem to be getting 404's off the URLs provided in the PKGBUILD, another update maybe?

leduck commented on 2013-01-31 00:18 (UTC)

New URL for i386 http://dl.google.com/linux/chrome/rpm/stable/i386/google-chrome-stable-24.0.1312.57-178923.i386.rpm MD5SUM = 2AE939E664AE538879F56D7C3C8C9970 New URL for x86_64 http://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-24.0.1312.57-178923.x86_64.rpm MD5SUM = 6E374CBEB5314290E9F0C6586798B2E9

<deleted-account> commented on 2013-01-31 00:12 (UTC)

Had to modify the url in the PKGBUILD

Det commented on 2013-01-30 23:43 (UTC)

Wrong.

TheWretched commented on 2013-01-30 22:07 (UTC)

Package is broken, download source no longer exists with google.

jskier commented on 2013-01-28 20:54 (UTC)

I've been having issues with Chrome recently: https://bbs.archlinux.org/viewtopic.php?id=157048