alerque / aur

Package sources for all the AUR packages I either maintain, co-maintain, or fork.
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
48 stars 26 forks source link

update brave to v1.30.87 #24

Closed monarc99 closed 1 year ago

monarc99 commented 3 years ago

changelog:

monarc99 commented 3 years ago

only tested on manjaro. Not on pure arch. :)

alerque commented 3 years ago

Did you test this:

removed several "" - the command to build brave is generated, the "" changed the program logic

$ bash -c 'foo=("$(echo a b)"); for i in ${foo[@]}; do echo i=$i; done'
i=a
i=b

If it is changing the program logic then we have a bug in shellharden on our hands. But I don't think it is.

alerque commented 3 years ago

I am working on this, but build attempts take sooooooo long it is easy to wander off while they happen...