Package Details: google-chrome-dev 132.0.6793.2-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: 653
Popularity: 1.29
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-10-24 21:01 (UTC)

Dependencies (12)

Required by (41)

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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 91 Next › Last »

toropisco commented on 2013-09-20 01:32 (UTC)

Chromium.org people has finally seen the light and now google-chrome-unstable can be installed side by side with other channels. Now the directory is called google-unstable and the desktop and icon files are called google-chrome-unstable (from reading the desktop file) as well as the man page and the cron job file. Can you fix the PKGBUILD so it is installable? I wonder if the beta channel PKGBUILD needs to be adjusted as well.

Det commented on 2013-09-07 08:21 (UTC)

Thanks once more. You really don't need to do that.

colinkeenan commented on 2013-09-06 07:53 (UTC)

There is a new version: 31.0.1622.0 64 bit .deb checksum: 7e26f7cf1ed00b7c6bf7b0b522e42d0a

Det commented on 2013-08-16 09:16 (UTC)

Thanks for the notifications I guess.. xD

colinkeenan commented on 2013-08-16 04:35 (UTC)

There is a new version: 30.0.1599.10 64 bit .deb checksum: 97f21038dd02258ae23e2e41ac249111

colinkeenan commented on 2013-08-13 16:05 (UTC)

There is a new version: 30.0.1599.0 64 bit .deb checksum: 014731b4af43217e5b41a4cb6480af88

colinkeenan commented on 2013-08-07 22:58 (UTC)

There's a new version: 30.0.1588.0 checksum: fc5cde1f113b44d5994a5d62cba946db for the 64 bit .deb file

<deleted-account> commented on 2013-08-01 16:54 (UTC)

Got it working now. I had to modify the MD5 as per the downloaded deb. In case anyone needs it, here's the working PKGBUILD: http://ix.io/700

dlsolo commented on 2013-07-30 23:43 (UTC)

I got it working....somehow. Deleted everything and re-downloaded the tarball. used this to build the package: $ makepkg -s --skipchecksums --skipinteg Package installed without issue.