Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-19 | Move installation to /opt | José Miguel Sarasola | |
2022-06-03 | Revert "Apply patch to brave-bin.sh" | José Miguel Sarasola | |
This reverts commit df7607e23825fd52c5f601619ac62cad3918e468. | |||
2022-06-02 | Apply patch to brave-bin.sh | José Miguel Sarasola | |
2021-02-05 | Update to version 1.19.92 and improve brave-bin.sh | Andrés Rodríguez | |
Thanks to Kevin Kuehler for pointing out the now-unnecessary sandbox flags and the downstream fix for setting release channel. | |||
2021-01-29 | Remove support for the upstream-disabled pepper-flash package | Andrés Rodríguez | |
2020-10-12 | Improve user ns support logic and remove obsolete workaround | Andrés Rodríguez | |
2020-01-08 | Re-add --no-sandbox flag when user namespaces are off | Andrés Rodríguez | |
2020-01-08 | Update to version v1.2.42 | Andrés Rodríguez | |
2019-10-16 | Escape parameters passed through to Brave | Andrés Rodríguez | |
2019-06-24 | Actually nevermind that, also support in-line comments | Andrés Rodríguez | |
Note to self: Don't rush things out at 5:19 AM | |||
2019-06-24 | Remove unnecessary use of sed | Andrés Rodríguez | |
Turns out you don't need to filter out comments for $@ to work if the comment is a full line. | |||
2019-06-24 | Fix typo and allow line comments in brave-flags.conf | Andrés Rodríguez | |
2019-06-23 | Solve a few QoL issues | Andrés Rodríguez | |
- Work around Brave segfaulting on new window (which messes up xdg-open) - Added support for user flags, much like Arch's own chromium package - Remove old, non-working workaround for pepper-flash support from Muon era and replace it with a horrible hack necessary for enabling it in modern Brave | |||
2019-01-14 | Update to v0.58.21 | Simón Oroño | |
2018-11-23 | Updated to version 0.56.15 | Simón Oroño | |
2018-09-01 | Move launcher from heredoc to repository and include relevant warning message | Caleb Maclennan | |
The warning message doesn't do much good in build(), the package may not be installed on the system that built it, and it's likely to get lost. Moving it to the launcher (where the same test was being run anyway) and outputting it on STDERR makes the whole thing a bit less of a monkey patch. Also this makes reviewing changes to the AUR package a lot easier, changes to the launcher can be easily reviewed in git. |