summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2017-04-06 10:38:52 -0500
committerPedro A. López-Valencia2017-04-06 10:38:52 -0500
commit51c859e86b49f0866a36ba87b8e0f2e8cc15aeb4 (patch)
tree7f4565769c17c4c6f56de1f4daf5d4cf4c1233b6
parent406e716a696bf4dface53f97993d8277c659841e (diff)
downloadaur-51c859e86b49f0866a36ba87b8e0f2e8cc15aeb4.tar.gz
Some fixer uppers.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc75d1d44907..24f26565db71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = brave-git
pkgdesc = A web browser that stops ads and trackers by default. Master branch.
- pkgver = 0.14.0.5876
+ pkgver = 0.14.0.5899
pkgrel = 1
url = https://www.brave.com/
arch = x86_64
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"