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.31
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 .. 53 54 55 56 57 58 59 60 61 62 63 .. 91 Next › Last »

t3ddy commented on 2012-02-29 18:06 (UTC)

about:plugin?

Revelation60 commented on 2012-02-29 17:29 (UTC)

Same problem here.

t3ddy commented on 2012-02-29 17:25 (UTC)

Here it works fine.

<deleted-account> commented on 2012-02-29 16:44 (UTC)

Version 19.0.1055.1 not working flash (Missing Plug-In)

rickeyski commented on 2012-02-11 01:27 (UTC)

here is the pkgbuild with version bump and x64 md5sum http://pastebin.com/yCgsiaK0 thanks

kalpik commented on 2012-01-31 02:19 (UTC)

Something's gone wrong after the KDE update. When I try to download a zip, all I get is a mime-type dialog, and Chrome just hangs :/

Det commented on 2012-01-29 14:17 (UTC)

Noticed after creating that deb-PKGBUILD of mine that the icon symlinking part here is really messy. Something like this is much simpler: http://pastebin.com/axQCNV66 Also you'll need to use the '-f' flag with the 'lib-ln' commands or rebuilds will fail because of existing symlinks - making the specifically versioned source redundant. The 'mozilla plugin' one gets removed every time upon deleting "$pkgdir" in the beginning of the build anyway.

ruario commented on 2012-01-22 10:33 (UTC)

Actually this is even easier gzip -9 "$srcdir/usr/share/man/man1/"*.1 install -Dm644 "$srcdir/usr/share/man/man1/google-chrome.1.gz" "$pkgdir/usr/share/man/man1/google-chrome.1.gz"

t3ddy commented on 2012-01-22 09:42 (UTC)

Thank ruario! I thought it was packer's fault :) I was definetly on the wrong way :P

Det commented on 2012-01-21 21:27 (UTC)

I'll just use debs in my local PKGBUILD.