@Det: Just a thought, regarding your comment in the PKGBUILD that suggests using the rpm repo meta data to find out the latest version. Since you are now using the deb as the source perhaps this command (or a variant) might be more appropriate as it uses the deb repository metadata? Doesn't really matter given the version number is the same either way but perhaps it feels more correct.
$ curl -s https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages.gz | gzip -d | awk -F "[ -]" '/Package: google-chrome/ { print $4; getline ; print $2 }'
Search Criteria
Package Details: google-chrome 132.0.6834.159-1
Package Actions
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: | 2258 |
Popularity: | 8.70 |
First Submitted: | 2010-05-25 20:25 (UTC) |
Last Updated: | 2025-01-28 23:25 (UTC) |
Dependencies (12)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- ttf-liberation (ttf-defenestrationAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- gnome-keyring (gnome-keyring-gitAUR) (optional) – for storing passwords in GNOME keyring
- kdialog (kdialog-gitAUR) (optional) – for file dialogs in KDE
- kwallet (kwallet-gitAUR) (optional) – for storing passwords in KWallet
- pipewire (pipewire-full-gitAUR, pipewire-gitAUR) (optional) – WebRTC desktop sharing under Wayland
Required by (41)
- bitwarden-chromium (optional)
- captive-browser-git (optional)
- chrome-extension-bitwarden-git (optional)
- chrome-extension-ocrs-git
- chromedriver (optional)
- chromium-extension-adnauseam (optional)
- chromium-extension-autoscroll (optional)
- chromium-extension-plasma-integration (optional)
- chromium-extension-runet-censorship-bypass (optional)
- chromium-material-icons-for-github-bin (optional)
- chromium-vencord (optional)
- chromium-vencord-bin (optional)
- chromium-vencord-git (optional)
- dedao-dl-bin (optional)
- endpoint-verification-chrome
- endpoint-verification-minimal
- ff2mpv-go-git (optional)
- ff2mpv-rust (optional)
- hub-kids (optional)
- hub-young (optional)
- Show 21 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 116 117 118 119 120 121 122 123 124 125 126 .. 157 Next › Last »
ruario commented on 2013-08-11 17:41 (UTC)
Det commented on 2013-08-09 16:26 (UTC)
Yeah, I've noticed that too back when I made that decision.
zatricky commented on 2013-08-06 15:02 (UTC)
Minor non-bug: I've noticed the end-result is a .tar whereas most packages get packaged as .tar.xz
Det commented on 2013-08-02 15:09 (UTC)
I update it when I can.
lks commented on 2013-08-01 21:54 (UTC)
Save fast and stable browsers exists(See links in core). Google chrome has a nice user interface (and is not so save and sents all your data to google and NSA).
Please add/ change your description.
lks
workdowg commented on 2013-08-01 20:15 (UTC)
x64 new - md5sum 6d4367302896e62942184997770ddfa2
blackout24 commented on 2013-07-29 15:52 (UTC)
chrome://settings -> Advanced -> [ ] Enable Hardware Acceleration when available. To disable HW acceleration. It seems like it fixed it for me. No more zombie processes and freezes, when using NVIDIA.
oman002 commented on 2013-07-13 23:22 (UTC)
Chrome creates application shortcuts that look like this:
/opt/google/chrome/chrome --app=https://mail.google.com/mail/u/0
But they don't work:
$ /opt/google/chrome/chrome --app=https://mail.google.com/mail/u/0
/opt/google/chrome/chrome: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
The following does work:
$ /opt/google/chrome/google-chrome --app=https://mail.google.com/mail/u/0
Do I have to manually change my application shortcuts or can this be fixed in the PKGBUILD?
<deleted-account> commented on 2013-07-11 06:39 (UTC)
Yeah its crazy it sometimes literaaly locks my computer up for about 1 minute. It seems the iowait percentage goes up to about 60% and than drops when it stops in resource monitor.
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:
Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.