summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88ffb35656b1..304c5c3ea0e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brave-bin
pkgdesc = Web browser that blocks ads and trackers by default (binary release).
pkgver = 1.16.76
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://brave.com/download
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 429d407e257e..266242190974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=brave-bin
pkgver=1.16.76
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Web browser that blocks ads and trackers by default (binary release)."
arch=("x86_64")
@@ -35,7 +35,7 @@ noextract=("$pkgname-$pkgver.zip")
prepare() {
mkdir -p brave
- cat $pkgname-$pkgver.zip | bsdtar -xf- -C brave
+ bsdtar -xf $pkgname-$pkgver.zip -C brave
chmod +x brave/brave
}