This commit is contained in:
Pedro A. López-Valencia
2017-01-31 16:17:05 -05:00
parent 483d220de8
commit 8efd3a9b13
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

2
brave
View File

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