@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 -
Search Criteria
Package Details: chromium-snapshot-bin 133.0.6838.0.r1383276-1
Package Actions
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) |
Dependencies (11)
- 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)
- flashpluginAUR (flashplugin-debugAUR) (optional) – support for Flash content
- gnome-keyring (gnome-keyring-gitAUR) (optional) – for storing passwords in GNOME keyring
- kdialog (kdialog-gitAUR) (optional) – needed for file dialogs in KDE
- kwallet (kwallet-gitAUR) (optional) – for storing passwords in KWallet
- ttf-liberation (ttf-defenestrationAUR) (optional) – fix fonts for some PDFs [RBug #369991]
Required by (0)
Sources (13)
- chrome-linux-r1383521.zip
- chromedriver_linux64-r1383521.zip
- chromium-snapshot-bin.desktop
- chromium-snapshot-bin.sh
- chromium-snapshot-bin_128.png
- chromium-snapshot-bin_16.png
- chromium-snapshot-bin_22.png
- chromium-snapshot-bin_24.png
- chromium-snapshot-bin_256.png
- chromium-snapshot-bin_32.png
- chromium-snapshot-bin_48.png
- chromium-snapshot-bin_64.png
- LICENSE
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 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
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.