Package Details: google-chrome 151.0.7922.137-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: 2367
Popularity: 14.52
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2026-08-12 13:23 (UTC)

Dependencies (12)

Sources (4)

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

1 2 3 4 5 6 .. 166 Next › Last »

schiele commented on 2026-08-09 15:18 (UTC)

Guys, note that the maintainer cannot do the upgrade at the moment since AUR is still closed for submissions.

You could easily do this by yourself, like this:

diff --git a/PKGBUILD b/PKGBUILD
index 86f9cf9..7c5cfa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
 # or use: $ 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

 pkgname=google-chrome
-pkgver=151.0.7922.71
+pkgver=151.0.7922.108
 pkgrel=1
 pkgdesc="The popular web browser by Google (Stable Channel)"
 arch=(
@@ -39,8 +39,8 @@ source=('eula_text.html'
         "google-chrome-$_channel.sh")
 sha512sums=('a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             'de02b498a4b5b93e21622c8dba57befe795d733a04656be911cc38e28bfef0e20470450f44be523bbde8d4de28f79c10434846ca01fc2a2f4e67707b79332f94')
-sha512sums_x86_64=('b657e18aef41d0316a7edf4367673282dfe4f142fc1e106eff304ee0dfdbac9319dbbe4468ecbfd461ef074e00c2a35168694b5eafe6971c8b606b39dada6e52')
-sha512sums_aarch64=('8309784220b30f0a8c1970f9acc4b18cff592c33fe8d17a97118fad157644394e4b6007960da7236a73d88d2e273aee0d6504e1a3323466a4c7eefb130fc40d8')
+sha512sums_x86_64=('4d6430a203bd6ce38eb6431dac70be9354ab9c59d8c74a6de8a1085d7e53a9e4bc8707097e64f08b52d7e6b329c6d955fa0854cf479beaa8ba9a5c97ddf75351')
+sha512sums_aarch64=('53cd86827a5ab2310e3fde62c8fb8430c79f87b468a8233bee2e3abe762defe54da363b559785c7e0c120b87212c600b489b7b86e4a49edce46eb39e5bc42e60')

 source_x86_64=("https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-${_channel}/google-chrome-${_channel}_${pkgver}-1_amd64.deb")
 source_aarch64=("https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-${_channel}/google-chrome-${_channel}_${pkgver}-1_arm64.deb")

uwechris commented on 2026-08-09 05:37 (UTC)

The current version is no longer 151.0.7922.75 as @mike.cloaked marked, but already 151.0.7922.108 - I probably installed it via Flatpak because of the over 40 security patches.

bglogic commented on 2026-07-31 14:10 (UTC) (edited on 2026-07-31 14:12 (UTC) by bglogic)

After the latest update (151.0.7922.71-1) Netflix videos are black with just audio and subtitles working. Prime Video, YouTube, etc. are all working fine though.

As a temporary fix in Chrome go to Settings->System, disable the "Use graphics acceleration when available" option, and restart the browser.

clover commented on 2026-07-27 20:37 (UTC)

Requesting aarch64 support now that official binaries for Chrome are available. Here's a patch: https://gitlab.archlinux.org/-/snippets/3796

yochananmarqos commented on 2026-04-08 20:02 (UTC)

@unklem: Add that to your ~/.config/chrome-flags.conf, that's what it's for:

--disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled

unklem commented on 2026-04-08 18:43 (UTC)

Confirmed that MV2 extensions (e.g. uBlock Origin) still work in Chrome 147.0.7727.55

Add the following flags to your Exec line in ~/.local/share/applications/google-chrome.desktop or /usr/share/applications/google-chrome.desktop:

Exec=/usr/bin/google-chrome-stable %U --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled

koshikas commented on 2026-04-08 14:38 (UTC) (edited on 2026-04-08 14:43 (UTC) by koshikas)

@mike.cloaked the pinned curl command to-date lists the latest GA (generally available) "google-chrome-stable" build correctly. it always has and still does.

what some confuses is what google releases as "Early Stable Release" which for the latest 147 was released on Wed, Mar 25, 2026. in googles words, "An Early Stable release is a version of Google Chrome released to a small percentage of users roughly one week before the general public release. It acts as a final testing phase to identify bugs or show-stopper issues before full deployment". you cans see when the timeline/roadmap for all chrome(ium) builds: https://chromiumdash.appspot.com/schedule

or-else there's is a remote chance you get cached curl responses. though very unlikely, it is still possible. check https://serverfault.com/questions/698077/does-curl-cache-requests

mike.cloaked commented on 2026-04-07 20:04 (UTC)

I mean that your command in the green block to use curl to get the Packages file and edit to extract the version works fine. But the link quoted to the Stable updates tag in the Release Block has out of date version listed - currently that link has "The Stable channel has been updated to 146.0.7680.177/178 for Windows/Mac and 146.0.7680.177 for Linux" which is not current. That was from 31st March and is a week old so doesn't have the current latest version listed.

gromit commented on 2026-04-07 19:42 (UTC)

@mike.cloaked what do you mean with your comment? I don't understand :D

mike.cloaked commented on 2026-04-07 19:35 (UTC) (edited on 2026-04-07 19:41 (UTC) by mike.cloaked)

The current latest version always seems to be correctly listed if you download the file https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages and check the lines starting (as current today)

Package: google-chrome-stable Version: 147.0.7727.55-1

Then the PKGBUILD can be updated to that version. So the pinned comment does look correct. But the stable updates tag is not usually up to date in the link.