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 .. 46 47 48 49 50 51 52 53 54 55 56 .. 91 Next › Last »

<deleted-account> commented on 2012-07-10 12:05 (UTC)

Here is the header of the PKGBUILD with the new values: pkgname=google-chrome-dev pkgver=22.0.1201.0 pkgrel=1 pkgdesc="An attempt at creating a safer, faster, and more stable browser (Dev Channel)" arch=('i686' 'x86_64') url="http://www.google.com/chrome" license=('custom:chrome') depends=('alsa-lib' 'gconf' 'gtk2' 'hicolor-icon-theme' 'libpng' 'libxslt' 'libxss' 'nss' 'ttf-dejavu' 'xdg-utils') optdepends=('kdebase-kdialog: needed for file dialogs in KDE' 'openssl098: needed for built-in flash-plugin to work') provides=("google-chrome=$pkgver") conflicts=('google-chrome') install=${pkgname}.install _channel='unstable' _verbld=22.0.1201.0-145644 if [ "$CARCH" = "i686" ]; then _arch='i386' md5sums=('41a231f9578c7893651d4d231c79a9ca') elif [ "$CARCH" = "x86_64" ]; then _arch='x86_64' md5sums=('70e9ed0d7cefba19579b6103e6f06a59') fi

Det commented on 2012-06-29 07:30 (UTC)

It means there's a new version.

<deleted-account> commented on 2012-06-29 03:06 (UTC)

I'm confused. "ERROR: Failure while downloading google-chrome-unstable-21.0.1180.11-143993.x86_64.rpm"

Det commented on 2012-06-22 09:22 (UTC)

To be honest, I didn't test it neither, I just know it works.

t3ddy commented on 2012-06-20 17:10 (UTC)

Because I don't have a 32bit machine, so I can't test it :) Updated

Det commented on 2012-06-20 16:55 (UTC)

Oh yeah, it does. But you probably want to use the '-f' flag, in case you're too lazy to see in which update will it be removed. But so why didn't you update the package itself?

t3ddy commented on 2012-06-20 14:54 (UTC)

The pkbguild I've posted previously doesn't work?

Det commented on 2012-06-20 14:28 (UTC)

[ "$CARCH" == 'i686' ] && would do.

xzy3186 commented on 2012-06-20 13:33 (UTC)

Is it possible to add something like "if [ $CARCH == 'i686' ]; then ......" in your PKGBUILD?

t3ddy commented on 2012-06-20 11:51 (UTC)

That would be good for 32bit, but what about 64bit? I don't think removing its binary is a good move.