fix direct URL opening. Not sure why you want that, but to each his own.

This commit is contained in:
Pedro A. López-Valencia
2017-02-21 21:07:09 -05:00
parent d95aa5b21a
commit 7191a57df4
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = brave-bin pkgbase = brave-bin
pkgdesc = A web browser that stops ads and trackers by default. Binary release. pkgdesc = A web browser that stops ads and trackers by default. Binary release.
pkgver = 0.13.4 pkgver = 0.13.4
pkgrel = 1 pkgrel = 2
url = https://www.brave.com/ url = https://www.brave.com/
arch = x86_64 arch = x86_64
license = custom:several license = custom:several

View File

@@ -2,7 +2,7 @@
pkgname=brave-bin pkgname=brave-bin
pkgver=0.13.4 pkgver=0.13.4
pkgrel=1 pkgrel=2
pkgdesc="A web browser that stops ads and trackers by default. Binary release." pkgdesc="A web browser that stops ads and trackers by default. Binary release."
arch=('x86_64') # Upstream supports x86_64 only arch=('x86_64') # Upstream supports x86_64 only
url="https://www.brave.com/" url="https://www.brave.com/"

2
brave
View File

@@ -1,3 +1,3 @@
#!/usr/bin/sh #!/usr/bin/sh
exec /usr/lib/brave/brave --no-sandbox "$@" exec /usr/lib/brave/brave --no-sandbox -- "$@"