Package Details: google-chrome 131.0.6778.85-1

Git Clone URL: https://aur.archlinux.org/google-chrome.git (read-only, click to copy)
Package Base: google-chrome
Description: The popular web browser by Google (Stable Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 2247
Popularity: 9.18
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-19 19:19 (UTC)

Dependencies (12)

Sources (3)

Pinned Comments

gromit commented on 2023-04-15 08:22 (UTC) (edited on 2023-05-08 21:42 (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 "Stable 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-stable" | \
     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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 157 Next › Last »

marcosfrm commented on 2021-04-20 18:32 (UTC) (edited on 2021-04-20 23:11 (UTC) by marcosfrm)

This thing is dead even on Debian:

https://www.debian.org/doc/debian-policy/ch-opersys.html#menus

diff --git a/PKGBUILD b/PKGBUILD
index 1e8cfe7..8ea38d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,8 @@ package() {
        -e "s/x-scheme-handler\/ftp;\?//g" \
        "$pkgdir"/usr/share/applications/google-chrome.desktop

-   msg2 "Removing Debian Cron job and duplicate product logos..."
+   msg2 "Removing Debian Cron job, duplicate product logos and menu directory..."
    rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome/cron/
-   rm "$pkgdir"/opt/google/chrome/product_logo_*.png
+   rm "$pkgdir"/opt/google/chrome/product_logo_*.{png,xpm}
+   rm -r "$pkgdir"/usr/share/menu/
 }

angelettif commented on 2021-04-15 23:27 (UTC)

@yochananmarqos thank you. It was yup problem, I switched to paru

yochananmarqos commented on 2021-04-15 21:35 (UTC)

@angeletiff: Sounds like you have a faulty AUR helper.

angelettif commented on 2021-04-15 21:12 (UTC)

@yochananmarqos I cant, its downloaded automatically. DOnt know why it says: libunity (optional) , in my case its downloading it without question.

==> Installing Dependencies ==> Installing libunity 7.1.4-9 from the AUR ==> Making package: libunity 7.1.4-9 (jue 15 abr 2021 18:11:42) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found libunity_7.1.4+19.04.20190319.orig.tar.gz

angelettif commented on 2021-04-15 21:12 (UTC)

@yochananmarqos I cant, its downloaded automatically. DOnt know why it says: libunity (optional) , in my case its downloading it without question.

==> Installing Dependencies ==> Installing libunity 7.1.4-9 from the AUR ==> Making package: libunity 7.1.4-9 (jue 15 abr 2021 18:11:42) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found libunity_7.1.4+19.04.20190319.orig.tar.gz

yochananmarqos commented on 2021-04-15 16:45 (UTC)

@angelettif: Remove libunity, it's deprecated and unmaintained.

angelettif commented on 2021-04-15 15:52 (UTC) (edited on 2021-04-15 15:54 (UTC) by angelettif)

Cant upgrade: google-chrome 89.0.4389.114-1 -> 90.0.4430.72-2 Error on libunity compilation


protocol-icon.vala:188.3-188.27: error: overriding method `Unity.Protocol.AnnotatedIcon.serialize' is incompatible with base method `GLib.Variant? GLib.Icon.serialize ()': Base method expected return type `GLib.Variant?', but `GLib.Variant' was provided.
  private Variant serialize ()

yochananmarqos commented on 2021-04-13 22:24 (UTC)

As of v89, pipewire is used instead of libpipewire02.

luzifer commented on 2021-04-06 23:13 (UTC)

@ablecounter: fakeroot is part of base-devel.

From the Wiki:

Note: The group base-devel is assumed to be already installed when building with makepkg. Members of this group should not be included in makedepends array.

ablecounter commented on 2021-04-06 23:10 (UTC)

This seems to need fakeroot, so it sort of seems like that should be a dependency, unless I'm missing something obvious, which happens.