Good-bye, friends.
I've left Arch a long time ago, and now I'm leaving these too.
To you.
| 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.14 |
| First Submitted: | 2009-06-05 21:02 (UTC) |
| Last Updated: | 2026-06-04 16:47 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 91 Next › Last »
Good-bye, friends.
I've left Arch a long time ago, and now I'm leaving these too.
To you.
Antergos had /etc/makepkg.conf modified a little.. I changed it in arch to match... Now google chrome dev builds in seconds instead of minutes... Thanks jvybihal and Det :)
jvybihal commented on 2018-10-08 11:27 @MichaelP it builds in several seconds here. Are you comparing on same machine? Maybe you have compressing packages enabled and the compression is taking all that time?
Same machine... When you say compressing packages enabled and the compression is taking all that time?.... Coild ARK be that package ? in arch i install ark zip unzip unrar p7zip... antergos has everything but ark installed....
/etc/makepkg.conf, last lines.
Smaller files = longer compression. The fact that that's probably the line showing for you is pretty much the clue.
@MichaelP it builds in several seconds here. Are you comparing on same machine? Maybe you have compressing packages enabled and the compression is taking all that time?
One question. I noticed in Arch google chrome dev takes about 3 minutes to build... In Antergos it builds as fast as installing a package... Why is this ? They both coming from AUR..
Yeah. Unless you're fine with Chromium.
Hi, is this the nearest thing I would get to Canary?
Well, I mean I already got a script for updating it, plus I'd rather not skip the MD5. Also instead of:
curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }' | sed -n '/unstable/, +0p' | sed 's/unstable: //g'
you can do just:
curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | grep unstable | cut -d '"' -f10
Or even:
md5sums=("$(curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | grep unstable | cut -d '"' -f2)"
'd50d8f0a6940791eabc41c4f64e6a3cf'
'11b55a3fec7279db32b63e3a0b97dc01')
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.