I haven't had any 'brave rewards' ads in about two months. Is it the same for you?
Search Criteria
Package Details: brave-bin 1:1.78.97-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: | brave |
Last Packager: | brave |
Votes: | 875 |
Popularity: | 19.37 |
First Submitted: | 2016-04-06 13:16 (UTC) |
Last Updated: | 2025-05-07 17:04 (UTC) |
Dependencies (8)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- 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-dejavu-emojilessAUR, ttf-lucida-fontsAUR, ttf-juiseeAUR, ttf-ms-win10-autoAUR, ttf-karlaAUR, ttf-ms-win11-autoAUR, ttf-ms-win10-cdnAUR, noto-fonts-liteAUR, ttf-ibm-plex-sans-scAUR, noto-fonts-variable-liteAUR, ttf-shangguAUR, noto-fonts-latin-greek-cyrillicAUR, apple-fontsAUR, 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, ttf-plemoljp-binAUR, ttf-plemoljpAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-ibm-plex, ttf-input, ttf-input-nerd, ttf-liberation, ttf-roboto)
- cups (cups-gitAUR, cups-gssapiAUR) (optional) – Printer support
- libgnome-keyring (optional) – Enable GNOME keyring support
- libnotify (libnotify-gitAUR) (optional) – Native notification support
Required by (9)
- brave-extension-bitwarden-git (requires brave) (optional)
- chromium-dearrow-bin (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)
- nfauthenticationkey (requires brave) (optional)
- profile-sync-daemon-brave (requires brave) (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 .. 61 Next › Last »
Th30 commented on 2021-05-02 06:07 (UTC)
mixedCase commented on 2021-04-30 21:08 (UTC)
@konicks Arch is a GNU system, GNU cp being part of the base package and therefore expected. And reflink=auto is a behavior that should be the default in coreutils to make use of CoW where possible.
But... honestly this is such a pointless optimization and you went through the trouble of asking so giving you the benefit of the doubt that you actually have a usecase for it, I went ahead and removed it.
Cheers.
konicks commented on 2021-04-29 10:43 (UTC) (edited on 2021-04-29 14:56 (UTC) by konicks)
@mixedCase sorry to bother but would you please remove the GNU only flag in the first cp command of the package function (--reflink=auto)? It's better to only use POSIX compliant flags in scripts and packages (man 1p command
for posix man page of that command) and because of that flag the package doesn't build on systems with different userland coreutils (BSD, Plan9, BusyBox, ToyBox, UNIX v5, etc). Also, the flag is pretty weirdly placed and doesn't seem to serve a concrete role in significantly improving build speed or build quality, it's just kinda...there, and it means the package requires modifications on non GNU systems
I made a modified PKGBUILD file: https://pastebin.com/4zEfYsJW
Cheers, Nick
danh337 commented on 2021-04-19 20:13 (UTC)
What are the "rules" for votes? As in, who actually looks at them? Should we be voting for the source "brave" package instead? Thanks for your work on this!
mixedCase commented on 2021-03-29 00:37 (UTC)
@ThePierrezou I don't know of any place where Brave uploads signatures (if they even make one) for the files we build upon. Patches welcome if there's actually such a place.
kyuzial commented on 2021-03-28 21:35 (UTC)
Is it possible to get the PKGBUILD to verify the signature of the package please ? https://brave.com/signing-keys/
WFV commented on 2021-03-27 05:32 (UTC)
Thanks for the bin package! Compiling brave takes over 6hr on this machine so really appreciate your contribution! Last time updated brave it timed out on a chromium request (continued to build) as I was asleep.
mixedCase commented on 2021-02-22 14:59 (UTC)
@laba I have not, this script pretty much just repackages upstream binaries as you can check yourself. Also AFAIK all Chromium derived browsers use system DNS on Linux and, well, I'm getting 1.1.1.1 with DNS over TLS for I have that set up in systemd-resolved.
I can't find anyone mentioning this in the issue tracker either so it sounds like it's just your system's DNS configured to do that as well.
laba commented on 2021-02-22 10:45 (UTC)
@mixedCase Hi, I noticed a strange think in that brave version. It uses cloudflare 1.1.1.1 dns server with dns over tls enabled even if brave doesn't support neither dns server changing nor enabling dns over tls or https on GNU/Linux. So, have you added it to brave or they have enabled it and haven't said anything ? It's really strange.
mixedCase commented on 2021-02-15 00:24 (UTC)
@anjanik012 @Takuya For an AUR package to go into [community] it requires adoption by a trusted user, which I'm not, don't want to be, and I haven't received word from one interested in adopting the package.
Additionally, this is the binary distribution from upstream, I'm almost certain TUs would rather adopt the package that is built from source, which is https://aur.archlinux.org/packages/brave
The person who maintains that package keeps a binary repo for it. If you're comfortable with using third party repos and your goal is just to not have to deal with the AUR for updating your browser, might want to look into it.
Pinned Comments
brave commented on 2025-04-25 13:00 (UTC)