summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f989a96f9554..637e3c0bb126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
## "makepkg -e" to finish it.
pkgname=brave-git
-pkgver=0.14.0.5876
+pkgver=0.14.0.5899
pkgrel=1
pkgdesc="A web browser that stops ads and trackers by default. Master branch."
arch=('x86_64') # Upstream supports x86_64 only
@@ -50,7 +50,7 @@ package() {
install -Dm0755 /dev/stdin "$_launcher"<<END
#!/usr/bin/sh
-exec /usr/lib/brave-git/brave --no-sandbox --process-per-site -- "\$@"
+exec /usr/lib/brave-git/brave --no-sandbox -- "\$@"
END
_deskfile="$pkgdir/usr/share/applications/$pkgname.desktop"