Package Details: google-chrome-dev 127.0.6485.0-1

Git Clone URL: https://aur.archlinux.org/google-chrome-dev.git (read-only, click to copy)
Package Base: google-chrome-dev
Description: The popular web browser by Google (Dev Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Provides: google-chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 650
Popularity: 0.70
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-05-20 13:57 (UTC)

Dependencies (12)

Required by (36)

Sources (3)

Pinned Comments

gromit commented on 2023-07-19 17:01 (UTC) (edited on 2023-07-19 17:02 (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 "Dev 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-unstable" | \
     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 .. 85 86 87 88 89 90 91 Next › Last »

<deleted-account> commented on 2010-05-15 10:14 (UTC)

looks like problems on google side - links from their site also have 404... btw, i updated pkgbuild.

<deleted-account> commented on 2010-05-15 09:30 (UTC)

error 404 when downloading http://dl.google.com/linux/direct/google-chrome-unstable_current_i386.deb

<deleted-account> commented on 2010-05-14 06:26 (UTC)

There is an error in icons installation code: $ pacman -Ql google-chrome-dev | grep hicolor | tail -3 google-chrome-dev /usr/share/icons/hicolor/48x/apps/ google-chrome-dev /usr/share/icons/hicolor/48x/apps/google-chrome.png/ google-chrome-dev /usr/share/icons/hicolor/48x/apps/google-chrome.png/product_logo_48.png ${i}x${x} should be replaced with ${i}x${i}. google-chrome-beta PKGBUILD needs to be fixed too.

<deleted-account> commented on 2010-04-25 07:57 (UTC)

looks like bug in aurploader :) updated.

<deleted-account> commented on 2010-04-25 07:54 (UTC)

What is stopping this from being updated to 5.0.375.19 ?

valandil commented on 2010-04-14 01:41 (UTC)

If Chrome v.5.0.371.0 crashes at boot for you, consider moving your Sync Data directory (~/.config/google-chrome/Default/Sync Data) to somewhere else and reboot it again. Chances are it'll work again in no time.

<deleted-account> commented on 2010-04-09 14:23 (UTC)

i updated package, added --enable-webgl and removed --no-sandbox as suggested by valandil

valandil commented on 2010-04-09 13:59 (UTC)

Regarding version 5.0.371.0, one may consider removing the --no-sandbox flag, as it is no longer required for WebGL. Would improve security and stability.