Package Details: chromium-snapshot-bin 133.0.6838.0.r1383276-1

Git Clone URL: https://aur.archlinux.org/chromium-snapshot-bin.git (read-only, click to copy)
Package Base: chromium-snapshot-bin
Description: The open-source project behind Google Chrome (Latest Snapshot)
Upstream URL: https://build.chromium.org
Keywords: browser web
Licenses: BSD
Provides: chromium-snapshot
Submitter: Det
Maintainer: mrxx
Last Packager: mrxx
Votes: 498
Popularity: 0.51
First Submitted: 2015-04-20 12:12 (UTC)
Last Updated: 2024-11-15 11:35 (UTC)

Pinned Comments

Det commented on 2017-03-30 10:20 (UTC) (edited on 2017-12-13 23:06 (UTC) by Det)

Do not flag this package out-of-date.

It updates automatically on each install.

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 31 Next › Last »

<deleted-account> commented on 2011-03-25 00:00 (UTC)

@misc, curl can/will not serve our purpose; here in this PKGBUILD. try: curl http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/LATEST -s -o -

misc commented on 2011-03-24 20:01 (UTC)

Please replace wget with curl. wget's constant "can't resolve host address" are highly annoying for me and curl will replace it in the next release of pacman (google "Replacing wget with curl in makepkg"). Following the changes in makepkg.conf, the new command could be: curl $QUIET -H "Pragma: no-cache" -C - -fLC - --retry 3 --retry-delay 3 -o "$SRCDEST/${_bldname}" "${_bldroot}/$pkgver/${_bldname}" However, I've got no clue what that $QUIET means (curl is muted via -s) and no-cache is (was?) curl's standard already.

splippity commented on 2011-03-21 04:21 (UTC)

Im working good now..... showing the new chromium logo as the logo in the task manager. I deleted that whole line you said was bad and I see what you mean when I look at the code. The line right above it is the correct line. Didnt notice if it was different because it was updated today. But either way mine is good to go now. thanks

archtux commented on 2011-03-20 22:07 (UTC)

I resolved the problem with missing icon in KDE4 this way. The name of the icon file in the link is not correct! ${_realname}.png='chromium-browser.png' and the icon file is 'product_logo_48.png' Change at the end of line '${_realname}.png' -> 'product_logo_48.png' : ln -s /opt/${_realname}/product_logo_48.png $pkgdir/usr/share/pixmaps/${_realname}.png Correct line is : ln -s /opt/${_realname}/product_logo_48.png $pkgdir/usr/share/pixmaps/product_logo_48.png

HNKNTA commented on 2011-03-20 15:28 (UTC)

still nothing changed for me