I'm using Yaourt to get the package, and can't install it due to the signature thing, is there an arg to filter that on Yaourt? if not, you might wanna get look into that.
Also since this is a dev meta, can't you refer to the latest package without hardcoded version strings? Just guessing here probably I'm 100% wrong, just leaving it out there anyway.
Thanks for the effort, tho :)
Search Criteria
Package Details: google-chrome-dev 132.0.6793.2-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: | 653 |
Popularity: | 1.29 |
First Submitted: | 2009-06-05 21:02 (UTC) |
Last Updated: | 2024-10-24 21:01 (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
- kwallet5 (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)
- 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)
- 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 .. 36 37 38 39 40 41 42 43 44 45 46 .. 91 Next › Last »
<deleted-account> commented on 2013-07-17 11:55 (UTC)
spsf64 commented on 2013-07-17 02:21 (UTC)
Ver 30.x is out!
codekoala commented on 2013-06-27 13:25 (UTC)
@Det: Touche :)
I was just asking because it was added some road bumps in my normal workflow when maintaining my own repository of packages like this. Thanks for the clarification!
Det commented on 2013-06-26 19:57 (UTC)
1) Yes.
2) Well, using 'updpkgsums && makepkg -si' instead of 'makepkg -si --skipinteg' is only worthwhile if you're building multiple times in a row - which you wouldn't be with this.
updpkgsums is meant as a replacement for 'makepkg -g >> PKGBUILD'. You don't need to use it, if you're not uploading anything.
codekoala commented on 2013-06-26 13:59 (UTC)
@Det I'm a bit confused by the PKGEXT change. What's the point in doing that? Simply to speed up build/install time by removing the compression step?
Also, there's a new utility to update the hashes automatically: updpkgsums. Run that in the same directory as a PKGBUILD and it will make sure the sums are correct, so you shouldn't need to use --skipinteg.
Det commented on 2013-06-25 19:40 (UTC)
So I changed the source urls to .debs (up to 12M less download, cutting off roughly ~21%, along with faster extraction times), added the license and changed the compression to PKGEXT=".pkg.tar".
The urls now also always point to the latest release, so in case I'm not there in time all you need to do is check the pkgver with either:
1) http://googlechromereleases.blogspot.com/search/label/Dev%20updates
2) curl -s https://dl.google.com/linux/direct/google-chrome-unstable_current_x86_64.rpm | head -c96 | strings
3) curl -s http://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }'
and then rebuild with '--skipinteg'.
t3ddy commented on 2013-06-25 18:00 (UTC)
Perfect!
Det commented on 2013-06-25 17:57 (UTC)
No, I got my own. Thanks.
t3ddy commented on 2013-06-25 17:57 (UTC)
Good, do you want the sripts I was using?
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.