Just tried to update twice and got an incorrect MD5 sum:
a85a80b928afe13fc622b52a2d9c0c64 google-chrome-beta_current_amd64.deb
Can anyone confirm if the MD5sum of the download is correct or ones in the PKGBUILD?
Search Criteria
Package Details: google-chrome-beta 132.0.6834.15-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-chrome-beta.git (read-only, click to copy) |
---|---|
Package Base: | google-chrome-beta |
Description: | The popular web browser by Google (Beta Channel) |
Upstream URL: | https://www.google.com/chrome |
Keywords: | chromium |
Licenses: | custom:chrome |
Provides: | google-chrome |
Submitter: | None |
Maintainer: | gromit |
Last Packager: | gromit |
Votes: | 357 |
Popularity: | 1.08 |
First Submitted: | 2009-12-08 19:09 (UTC) |
Last Updated: | 2024-11-20 23:40 (UTC) |
Dependencies (12)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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-gitAUR, pipewire-full-gitAUR) (optional) – WebRTC desktop sharing under Wayland
Required by (41)
- bitwarden-chromium (requires google-chrome) (optional)
- captive-browser-git (requires google-chrome) (optional)
- chrome-extension-bitwarden-git (requires google-chrome) (optional)
- chrome-extension-ocrs-git (requires google-chrome)
- chromedriver (requires google-chrome) (optional)
- chromedriver-beta (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)
- chromium-material-icons-for-github-bin (requires google-chrome) (optional)
- chromium-vencord (requires google-chrome) (optional)
- chromium-vencord-bin (requires google-chrome) (optional)
- chromium-vencord-git (requires google-chrome) (optional)
- dedao-dl-bin (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)
- kget-integrator-chrome (requires google-chrome) (optional)
- lastpass (requires google-chrome) (optional)
- marp-cli (requires google-chrome) (optional)
- nfauthenticationkey (requires google-chrome) (optional)
- pearson-reader-plus-full-lang (requires google-chrome) (optional)
- pennywise-bin (requires google-chrome) (optional)
- pt-plugin-plus-bin (requires google-chrome) (optional)
- pt-plugin-plus-git (requires google-chrome) (optional)
- python-nativemessaging-ng (requires google-chrome) (optional)
- python-webdriver-manager (requires google-chrome) (check)
- quick-n-easy-web-builder-10 (requires google-chrome) (optional)
- sshcode-bin (requires google-chrome) (optional)
- uget-integrator-chrome (requires google-chrome) (optional)
- upload-gphotos (requires google-chrome) (optional)
- web-media-controller-mpris (requires google-chrome) (optional)
- web-media-controller-mpris-git (requires google-chrome) (optional)
- webchanges (requires google-chrome) (optional)
- webui-aria2-git (requires google-chrome) (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 Next › Last »
<deleted-account> commented on 2011-09-01 06:54 (UTC)
<deleted-account> commented on 2011-07-02 16:59 (UTC)
Thanks t3ddy.
t3ddy commented on 2011-06-30 16:44 (UTC)
this line: "ar -xv google-chrome-${_channel}_current_${_arch}.deb" extracts the deb
for rpm you need rpmextract
then you have to install the extracted files to the proper position into pkgdir
<deleted-account> commented on 2011-06-30 15:10 (UTC)
Arch Linux AUR Noob Question:
How do you use a non tarballed and gzipped source from another package manager (like debian or rpm) so that you can extract the source and build a package with makepkg?
<deleted-account> commented on 2011-05-23 19:55 (UTC)
Oh, I thank you for the answer.
t3ddy commented on 2011-05-23 19:26 (UTC)
The original .deb file has gconf as dependency, you could try remove it and see what happens
<deleted-account> commented on 2011-03-26 01:16 (UTC)
When pciutils now in testing enters core the libpci dependency should be dropped: https://aur.archlinux.org/packages.php?ID=38263
dhaines commented on 2011-01-11 21:25 (UTC)
That sounds absolutely correct. Thanks!
t3ddy commented on 2011-01-11 21:23 (UTC)
As I said before, in then next release I'll remove the grep in the "if", since I know there are files that contain that string.
Checking if there are files that contain that string, when I know that there are, is unecessary in my opinion.
Are you in accord with me (despite of my english :))?
dhaines commented on 2011-01-11 21:13 (UTC)
I think I figured out the problem. I'm referring to the grep in the "if" section, and you're referring to the one in the "then" section. Keep the one in the "then" section as-is, without the "-q" (or pass "-s" if you want to suppress error messages). The one in the "if" part is only there to make sure that "/google/chrome" appears somewhere in the directory before you run sed, so you only need it to return the right code (0).
In sum, it should be:
if grep -Rlq "/google/chrome" * > /dev/null 2>&1
then
sed -i "s/google\/chrome/google-chrome/g" $(grep -Rls "/google/chrome" *)
fi
Pinned Comments
gromit commented on 2023-11-30 17:09 (UTC)
When reporting this package as outdated make sure there is indeed a new version for Linux Desktop. You can have a look at the "Beta updates" tag in Release blog for this.
You can also run this command to obtain the version string for the latest chrome beta version:
Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.