Package Details: google-chrome-dev 128.0.6559.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: 649
Popularity: 0.35
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-06-27 21:11 (UTC)

Dependencies (12)

Required by (40)

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 .. 69 70 71 72 73 74 75 76 77 78 79 .. 91 Next › Last »

Weegee commented on 2011-01-18 19:12 (UTC)

@ Det of course I changed "/google/chrome/" to "/google-chrome/", however it was still broken (and I was confused, hehe), so now I'm going to use your script (hope it'll work :<)

Det commented on 2011-01-18 10:05 (UTC)

@sjakub, a single post is quite enough and the PKGBUILD is not "BROKEN" nor does it need "fixing" (atm). Also there has already been talk about the .desktop file :). @Weegee, of course it does. You just need to change the "/google/chrome/" indications to "/google-chrome/" (since that's where this package is currently installed to) and realize that "the google-chrome script" part needs to be redone every time the main Chrome script is overwritten (Chrome is updated) :). Here's the step-by-step instructions again (tweaked a bit): http://aur.pastebin.com/TYJW0LGZ I also made a script for doing this (mostly out of boredom - took like an hour so I guess it was worth it). You (of course) need to "chmod +x" it and run it as root (but you probably wanna _check_ the script at first before doing so - nor would I blame you if you did). This also works with iron and chromium-browser (you can manually choose which one you like (only one at the time, though)): http://aur.pastebin.com/8B7R9m48

t3ddy commented on 2011-01-17 09:11 (UTC)

this line fixes what you say: sed -i "s|google/chrome|google-chrome|g" $(grep -Rls "/google/chrome" *) and is already in the pkgbuild det has suggested the directory change, none has said anything in contrast, so it has been done