Current version (0.16.0-1) is broken upstream. For details see upstream ticket: https://github.com/brave/browser-laptop/issues/9112
Search Criteria
Package Details: brave-bin 1:1.74.50-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/brave-bin.git (read-only, click to copy) |
---|---|
Package Base: | brave-bin |
Description: | Web browser that blocks ads and trackers by default (binary release) |
Upstream URL: | https://brave.com |
Keywords: | brave browser |
Licenses: | BSD, MPL2, custom:chromium |
Conflicts: | brave |
Provides: | brave, brave-browser |
Submitter: | toropisco |
Maintainer: | alerque (alosarjos) |
Last Packager: | alosarjos |
Votes: | 840 |
Popularity: | 19.47 |
First Submitted: | 2016-04-06 13:16 (UTC) |
Last Updated: | 2025-01-23 20:26 (UTC) |
Dependencies (8)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libxss
- nss (nss-hgAUR)
- ttf-font (neuropol-ttfAUR, ttf-win7-fontsAUR, ttf-ms-win8AUR, ttf-ms-win8-arabicAUR, ttf-ms-win8-hebrewAUR, ttf-ms-win8-seaAUR, ttf-ms-win8-indicAUR, ttf-ms-win8-japaneseAUR, ttf-ms-win8-koreanAUR, ttf-ms-win8-zh_cnAUR, ttf-ms-win8-zh_twAUR, ttf-ms-win8-thaiAUR, ttf-ms-win8-otherAUR, ttf-kidsAUR, ttf-liberation-sans-narrowAUR, ttf-cavafy-scriptAUR, ttf-ms-fontsAUR, ttf-dejavu-ibAUR, ttf-zeldaAUR, ttf-oxygenAUR, ttf-oxygen-gfAUR, ttf-share-gfAUR, ttf-gostAUR, otf-inconsolata-dzAUR, ttf-d2codingAUR, ttf-agaveAUR, ttf-caracteresAUR, ttf-cuprumAUR, ttf-autour-oneAUR, ttf-impallari-milongaAUR, ttf-impallari-miltonianAUR, ttf-clarity-cityAUR, ttf-ms-win10AUR, ttf-ms-win10-japaneseAUR, ttf-ms-win10-koreanAUR, ttf-ms-win10-seaAUR, ttf-ms-win10-thaiAUR, ttf-ms-win10-zh_cnAUR, ttf-ms-win10-zh_twAUR, ttf-ms-win10-otherAUR, ttf-win10AUR, ttf-bmonoAUR, ttf-pt-astra-factAUR, ttf-weblysleekuiAUR, ttf-pt-astra-sansAUR, ttf-pt-astra-serifAUR, ttf-pt-sansAUR, ttf-pt-serifAUR, ttf-pt-monoAUR, ttf-pt-root_uiAUR, ttf-xo-fontsAUR, ttf-paratypeAUR, ttf-plemoljp-binAUR, ttf-dejavu-emojilessAUR, ttf-lucida-fontsAUR, ttf-plemoljpAUR, ttf-juiseeAUR, ttf-ms-win10-autoAUR, ttf-karlaAUR, ttf-ms-win11-autoAUR, ttf-ms-win10-cdnAUR, noto-fonts-liteAUR, ttf-ibm-plex-sans-scAUR, ttf-ms-win11AUR, ttf-ms-win11-japaneseAUR, ttf-ms-win11-koreanAUR, ttf-ms-win11-seaAUR, ttf-ms-win11-thaiAUR, ttf-ms-win11-zh_cnAUR, ttf-ms-win11-zh_twAUR, ttf-ms-win11-otherAUR, noto-fonts-variable-liteAUR, ttf-shangguAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR, noto-fonts-latin-greek-cyrillicAUR, apple-fontsAUR, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-ibm-plex, ttf-input, ttf-input-nerd, ttf-liberation)
- cups (cups-gitAUR, cups-gssapiAUR) (optional) – Printer support
- libgnome-keyring (optional) – Enable GNOME keyring support
- libnotify (libnotify-gitAUR) (optional) – Native notification support
Required by (10)
- brave-extension-bitwarden-git (requires brave) (optional)
- chromium-material-icons-for-github-bin (requires brave) (optional)
- chromium-vencord (requires brave) (optional)
- chromium-vencord-bin (requires brave) (optional)
- chromium-vencord-git (requires brave) (optional)
- ice-ssb-git (requires brave) (optional)
- mermaid-cli-brave (requires brave)
- mermaid-cli-brave (requires brave) (make)
- nfauthenticationkey (requires brave) (optional)
- profile-sync-daemon-brave (requires brave) (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 50 51 52 53 54 55 56 57 58 59 Next › Last »
arjan5 commented on 2017-05-30 07:05 (UTC)
sredna commented on 2017-05-04 19:09 (UTC)
Optional dependency: gnome-keyring, for support to built-in password manager
corvinusz commented on 2017-03-30 23:47 (UTC) (edited on 2017-03-30 23:59 (UTC) by corvinusz)
/* --- cut --- */
==> Starting package()...
mv: cannot stat 'brave-bin/pkg/brave-bin/usr/lib/brave/LICENSE': No such file or directory
mv: cannot stat 'brave-bin/pkg/brave-bin/usr/lib/brave/LICENSES.chromium.html': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
/* solution */
@@ -160,7 +160,7 @@
- mv "$pkgdir"/usr/lib/brave/{LICENSE,LICENSES.chromium.html} "$pkgdir/usr/share/licenses/$pkgname/"
+ mv "$pkgdir"/usr/lib/brave-bin/{LICENSE,LICENSES.chromium.html} "$pkgdir/usr/share/licenses/$pkgname/"
<deleted-account> commented on 2017-02-21 23:27 (UTC)
Please add ' -- ' before "$@" in /bin/brave. This fixes the "can't open a URL directly" issue. See here: https://github.com/brave/browser-laptop/issues/6994
toropisco commented on 2017-02-16 16:11 (UTC)
Nobabs27, never run makepkg as root, never try to run it in a directory you don't have permissions to write on. Use cower and your mind instead of yaourt.
Nobabs27 commented on 2017-02-16 03:01 (UTC)
Does not work?
==> Extracting sources...
-> Extracting brave-bin-0.13.2.tar.bz2 with bsdtar
./Brave-linux-x64/brave: Write failed
./Brave-linux-x64/libnode.so: Write failed
./Brave-linux-x64/version: Write failed
bsdtar: Error exit delayed from previous errors.
zerophase commented on 2017-02-01 00:04 (UTC)
The brave file fails the validity check.
arjan5 commented on 2017-01-31 11:47 (UTC)
With the newest version (0.13.0-1) of this package, it is no longer possible to open a url with a command. For instance:
brave 'http://archlinux.org'
used to work, but now just opens or puts focus on Brave.
z751 commented on 2016-12-18 17:52 (UTC)
@buttcake The package must have at least 100 votes first.
buttcake commented on 2016-10-31 12:18 (UTC)
Any chance this is going to land in the repos soon ? min's already there.
Pinned Comments
alerque commented on 2021-11-27 03:11 (UTC)
@ant0n et all, lets keep the comments here about packaging issues, general Brave usage issues should go in another forum to not clutter up this comment space. I'm deleting comments that have no relation to packaging. Grey areas like crashes that could be blamed on Arch can stay until proven otherwise, but things like how to configure Brave to handle popups or site X or whatever just don't belong here. Thanks for understanding.