Package Details: google-chrome-dev 126.0.6439.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: 651
Popularity: 1.37
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-04-26 17:43 (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 2 3 4 5 6 7 8 9 .. 91 Next › Last »

MichaelP commented on 2018-10-09 00:04 (UTC)

jvybihal commented on 2018-10-08 11:27 @MichaelP it builds in several seconds here. Are you comparing on same machine? Maybe you have compressing packages enabled and the compression is taking all that time?

https://youtu.be/1W6Q0BIA8As

Same machine... When you say compressing packages enabled and the compression is taking all that time?.... Coild ARK be that package ? in arch i install ark zip unzip unrar p7zip... antergos has everything but ark installed....

Det commented on 2018-10-08 15:59 (UTC)

/etc/makepkg.conf, last lines.

Smaller files = longer compression. The fact that that's probably the line showing for you is pretty much the clue.

jvybihal commented on 2018-10-08 15:27 (UTC)

@MichaelP it builds in several seconds here. Are you comparing on same machine? Maybe you have compressing packages enabled and the compression is taking all that time?

https://youtu.be/1W6Q0BIA8As

MichaelP commented on 2018-10-08 15:15 (UTC)

One question. I noticed in Arch google chrome dev takes about 3 minutes to build... In Antergos it builds as fast as installing a package... Why is this ? They both coming from AUR..

Det commented on 2018-08-16 17:02 (UTC)

Yeah. Unless you're fine with Chromium.

ferrvittorio commented on 2018-08-16 17:01 (UTC)

Hi, is this the nearest thing I would get to Canary?

Det commented on 2018-07-28 17:44 (UTC) (edited on 2018-07-28 17:57 (UTC) by Det)

Well, I mean I already got a script for updating it, plus I'd rather not skip the MD5. Also instead of:

curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }' | sed -n '/unstable/, +0p' | sed 's/unstable: //g'

you can do just:

curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | grep unstable | cut -d '"' -f10

Or even:

md5sums=("$(curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | grep unstable | cut -d '"' -f2)"
'd50d8f0a6940791eabc41c4f64e6a3cf'
'11b55a3fec7279db32b63e3a0b97dc01')

heavysink commented on 2018-07-28 16:34 (UTC)

This package was maintained by ArchLinux CN(An Unofficial Community Repository).

If you want, you can add lilac as a Co-Maintainer, we will auto update this AUR Repo by the bot.

https://github.com/archlinuxcn/repo/tree/master/google-chrome-dev

Det commented on 2018-01-22 10:05 (UTC)

I got a script for updating (all my packages). I just don't cron it. :d

sanerb commented on 2018-01-22 09:46 (UTC)

hey det, would it help you avoid unnecessary comments if i write a python script for you that you can cron that'll fetch and parse that .xml.gz and email you if it updates?