ohhh!! In Package Actions....
Search Criteria
Package Details: google-chrome-dev 119.0.6034.6-1
Package Actions
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: | 650 |
Popularity: | 0.36 |
First Submitted: | 2009-06-05 21:02 (UTC) |
Last Updated: | 2023-09-29 16:45 (UTC) |
Dependencies (12)
- alsa-lib (alsa-lib-x205ta)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)
- libcups (libcups-git, libcups-gssapi)
- libxss
- libxtst
- nss (nss-hg)
- ttf-liberation (ttf-defenestration)
- xdg-utils (busking-git, xdg-utils-slock, xdg-utils-lxqt, mimi, mimi-git, xdg-utils-handlr, opener, xdg-utils-betterlockscreen, xdg-utils-custom-open, mimejs-git, xdg-utils-mimeo, xdg-utils-symlink-fix)
- gnome-keyring (gnome-keyring-git, pass-secrets-git) (optional) – for storing passwords in GNOME keyring
- kdialog (kdialog-git) (optional) – for file dialogs in KDE
- kwallet (kwallet-git, kwallet5) (optional) – for storing passwords in KWallet
- pipewire (pipewire-full-git, pipewire-common-git, pipewire-git) (optional) – WebRTC desktop sharing under Wayland
Required by (36)
- alkasir-client (requires google-chrome) (optional)
- bitwarden-chromium (requires google-chrome) (optional)
- brackets-extract (requires google-chrome) (optional)
- captive-browser-git (requires google-chrome) (optional)
- chrome-extension-bitwarden-git (requires google-chrome)
- chromedriver (requires google-chrome) (optional)
- chromium-bypass-paywalls (requires google-chrome) (optional)
- chromium-extension-adnauseam (requires google-chrome) (optional)
- chromium-extension-autoscroll (requires google-chrome) (optional)
- chromium-extension-plasma-integration (requires google-chrome) (optional)
- chromium-extension-runet-censorship-bypass (requires google-chrome) (optional)
- dedao-dl (requires google-chrome) (optional)
- endpoint-verification-chrome (requires google-chrome)
- endpoint-verification-minimal (requires google-chrome)
- ff2mpv-go-git (requires google-chrome) (optional)
- ff2mpv-rust (requires google-chrome) (optional)
- hub-kids (requires google-chrome) (optional)
- hub-young (requires google-chrome) (optional)
- ice-ssb (requires google-chrome) (optional)
- ice-ssb-git (requires google-chrome) (optional)
- Show 16 more...
Sources (3)
pjpreilly commented on 2023-09-28 19:15 (UTC) (edited on 2023-09-28 22:03 (UTC) by pjpreilly)
gromit commented on 2023-09-28 19:12 (UTC)
@pjpreilly on the top right corner as "Flag this package out of date" but I think currently the package is up to date as the apt repo does not offer a newer version (see https://aur.archlinux.org/packages/google-chrome-dev#comment-925255).
pjpreilly commented on 2023-09-28 19:09 (UTC)
where is the out of date function.....
gromit commented on 2023-09-28 18:58 (UTC) (edited on 2023-09-28 19:06 (UTC) by gromit)
@pjpreilly, please use the out of date function rather than posting a comment :) Also while I agree regarding the blog entry I don't see the update released to our upstream :o
Edit: Raised this in the chrome community forums: https://support.google.com/chrome/thread/236944853?hl=en
pjpreilly commented on 2023-09-28 18:51 (UTC)
outdated.......tia
Chrome Dev for Desktop Update Friday, September 22, 2023 The Dev channel has been updated to 119.0.6020.3 for Windows, Mac and Linux.
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.
gromit commented on 2023-05-06 17:53 (UTC) (edited on 2023-05-06 17:53 (UTC) by gromit)
@krasovict, this package does not depend on packages in the debian distribution, instead we use the official upstream .deb
images.
I currently fail to see how this change would improve something, but I am open if there are good arguments for it. Currently I am not even sure if this is officially from google as the links point to non-google (?) cdns ... Is there an official announcement somewhere about this?
krascovict commented on 2023-05-06 13:30 (UTC)
Suggestion of own update channels without depending on Debian packages (.deb)
akiirui commented on 2021-08-09 02:29 (UTC)
lol! CSD borders have finally been fixed!
Congratulations!!!
noabody commented on 2021-07-17 18:00 (UTC)
Apparently Google uses a single standard updated URL for the latest Debian version (beta, stable, unstable): https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
One could 'SKIP' the SHA check and do a blind build with version update like so:
source=("https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
pkgver() {
tar -xf control.tar.xz './control' --to-command="grep -Pio '(?<=Version: )[\d\.]+'"
}
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:
Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.