Commit Graph

13 Commits

Author SHA1 Message Date
Andrés Rodríguez
4c341d1a1d Update to version 1.19.92 and improve brave-bin.sh
Thanks to Kevin Kuehler for pointing out the now-unnecessary sandbox
flags and the downstream fix for setting release channel.
2021-02-05 16:44:54 -03:00
Andrés Rodríguez
c89ce14001 Remove support for the upstream-disabled pepper-flash package 2021-01-29 17:25:54 -03:00
Andrés Rodríguez
a3f5d1e5d7 Improve user ns support logic and remove obsolete workaround 2020-10-12 21:01:46 -03:00
Andrés Rodríguez
0827b87cbb Re-add --no-sandbox flag when user namespaces are off 2020-01-08 16:24:38 -03:00
Andrés Rodríguez
139d0c078d Update to version v1.2.42 2020-01-08 15:20:52 -03:00
Andrés Rodríguez
9c3fca6f9c Escape parameters passed through to Brave 2019-10-16 11:22:38 -03:00
Andrés Rodríguez
586579e0e1 Actually nevermind that, also support in-line comments
Note to self: Don't rush things out at 5:19 AM
2019-06-24 05:19:19 -03:00
Andrés Rodríguez
8724f22c36 Remove unnecessary use of sed
Turns out you don't need to filter out comments for $@ to work if the
comment is a full line.
2019-06-24 05:13:14 -03:00
Andrés Rodríguez
7007f7bd90 Fix typo and allow line comments in brave-flags.conf 2019-06-24 05:09:20 -03:00
Andrés Rodríguez
3d64918004 Solve a few QoL issues
- 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-06-23 20:17:24 -03:00
Simón Oroño
ce85fb1c8d Update to v0.58.21 2019-01-14 06:06:35 -04:00
Simón Oroño
cff3953a16 Updated to version 0.56.15 2018-11-23 12:55:07 -04:00
Caleb Maclennan
6aa93248be Move launcher from heredoc to repository and include relevant warning message
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.
2018-09-01 09:37:39 +03:00