Package Details: google-chrome-dev 127.0.6510.4-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.57
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-05-31 18:44 (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 .. 71 72 73 74 75 76 77 78 79 80 81 .. 91 Next › Last »

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

No, since with grep I'm searching files that contains /opt/google/chrome, to change it into /opt/google-chrome

Det commented on 2011-01-09 17:04 (UTC)

Oh yeah, that's better, but shouldn't it be: sed -i "s/google\/chrome/google-chrome/g" $(grep -Rl "/google-chrome" *)

t3ddy commented on 2011-01-09 16:35 (UTC)

the .desktop gets changed by: sed -i "s/google\/chrome/google-chrome/g" $(grep -Rl "/google/chrome" *) since I prefer to change all the files that has this problem

Det commented on 2011-01-09 16:18 (UTC)

@t3ddy, actually, as I suggested and you applied to your PKGBUILD, it's just "/opt/google-chrome" now - it's simpler that way :). The .desktop file can (and should be) changed with e.g.: sed -i 's|google/chrome|google-chrome|' "$pkgdir/opt/google-chrome/google-chrome.desktop"

t3ddy commented on 2011-01-09 13:21 (UTC)

The .desktop points to /opt/google-chrome/google-chrome since is there that chrome is installed

sjakub commented on 2011-01-09 12:47 (UTC)

The .desktop file contains path to /opt/google/chrome/google-chrome, but chrome is now installed in /usr/

t3ddy commented on 2011-01-08 20:32 (UTC)

Ok, I've fixed the $pkgdir :)

Det commented on 2011-01-08 17:46 (UTC)

Thanks for the update but forget something did you around the "$pkgdir" variable before your little sed hack? Something like.. quotes (") :)? In addition the "then" part there might as well be on the same line like this: http://aur.pastebin.com/qNkFQ1Jj

t3ddy commented on 2011-01-08 11:50 (UTC)

Updated, sorry but I was away :)