summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-08-12Update to version v0.67.125Andrés Rodríguez
2019-08-11Fix "provides" and "conflicts" fieldsAndrés Rodríguez
2019-08-08Fix default browser detectionAndrés Rodríguez
2019-08-07Update to version v0.67.124Andrés Rodríguez
2019-08-01Update to version v0.67.123Andrés Rodríguez
2019-07-23Update to version 0.66.101Andrés Rodríguez
2019-07-16Update to version v0.66.100Andrés Rodríguez
2019-07-02Update to version 0.66.99Andrés Rodríguez
2019-06-24Actually nevermind that, also support in-line commentsAndrés Rodríguez
Note to self: Don't rush things out at 5:19 AM
2019-06-24Remove unnecessary use of sedAndré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-24Fix typo and allow line comments in brave-flags.confAndrés Rodríguez
2019-06-23Solve a few QoL issuesAndré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-06-20Update to version 0.65.121Andrés Rodríguez
2019-06-14Update to v0.65.120Andrés Rodríguez
2019-06-06Update to v0.65.118Andrés Rodríguez
2019-05-22Update to v0.64.77Andrés Rodríguez
2019-05-16Update to v0.64.76Andrés Rodríguez
2019-05-14Update to v0.64.75Andrés Rodríguez
2019-05-06Update to v0.63.55Andrés Rodríguez
2019-04-26Remove the now unnecessary .deb downloadAndrés Rodríguez
2019-04-24Update to v0.63.48Andrés Rodríguez
2019-04-09Fix building in cached build dirAndrés Rodríguez
2019-04-08Work around upstream packaging issueAndrés Rodríguez
Upstream doesn't package the assets necessary for rendering their own plugins in the provided .zip file, but they do on the .deb. As a work around, we download both and extract the necessary files from the latter.
2019-04-08Move libgnome-keyring to optdepend; remove gconf as depAndrés Rodríguez
2019-04-05Update to v0.62.51Andrés Rodríguez
2019-04-03Update to v0.62.50Andrés Rodríguez
2019-03-29Update to version 0.61.52Andrés Rodríguez
2019-03-13Update .SRCINFOAndrés Rodríguez
2019-03-13Update to version 0.61.51Andrés Rodríguez
2019-03-06Update to v0.60.48Andrés Rodríguez
2019-03-05Update .SRCINFOAndrés Rodríguez
2019-03-05Fix buildAndrés Rodríguez
2019-03-05Update 0.60.47now-im
2019-02-24Update 0.60.45now-im
2019-02-06v0.59.35Simón Oroño
2019-02-01v0.59.34Simón Oroño
2019-01-14Update to v0.58.21Simón Oroño
2018-12-24Updated to v0.58.18Simón Oroño
2018-12-08Update to v0.57.18Simón Oroño
2018-11-23Updated to version 0.56.15Simón Oroño
2018-11-21Updated to version 0.56.14Simón Oroño
2018-11-14Update to version 0.56.12Simón Oroño
2018-09-24Update to v0.24.0Caleb Maclennan
2018-09-18Update to v0.23.107Caleb Maclennan
2018-09-01Normlize coding style so package can be diffed with 'brave'Caleb Maclennan
2018-09-01Update .gitignore file for easy bulk repository managementCaleb Maclennan
2018-09-01Move launcher from heredoc to repository and include relevant warning messageCaleb 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.
2018-09-01Normalize packaging standards and simplify install syntaxCaleb Maclennan
2018-09-01Move desktop support file from heredoc to repositoryCaleb Maclennan
2018-09-01Generate .SRCINFO using `makepkg --printsrcinfo` instead of obsolete `mksrcinfo`Caleb Maclennan