summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatherine ❄2019-08-01 22:31:19 +0900
committerKatherine ❄2019-08-01 22:31:19 +0900
commita07dda9ccd67e0f3e6f355010012f848a9e00e39 (patch)
tree5baeeed84d61d139797a565bdec8c7afcb377de2
parent2b4607848da1109411719853bdb2532de92d290d (diff)
downloadaur-a07dda9ccd67e0f3e6f355010012f848a9e00e39.tar.gz
bump version, fix build script
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6851c334ec42..3f024fe256d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brave-git
pkgdesc = A web browser that stops ads and trackers by default. Master branch.
- pkgver = 0.24.1.r236.g7e6875794
- pkgrel = 2
+ pkgver = 0.70.26.g674d3b845
+ pkgrel = 1
url = https://www.brave.com/
arch = x86_64
groups = networking
diff --git a/PKGBUILD b/PKGBUILD
index c7bdd44d3b19..4b65a74b025a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Katherine Cumberbatch <stykers@stykers.moe>
pkgname=brave-git
-pkgver=0.24.1.r236.g7e6875794
-pkgrel=2
+pkgver=0.70.26.g674d3b845
+pkgrel=1
pkgdesc="A web browser that stops ads and trackers by default. Master branch."
arch=('x86_64') # Upstream supports x86_64 only
url="https://www.brave.com/"
@@ -30,9 +30,9 @@ build() {
cd "$srcdir/brave-browser"
python2 -m virtualenv venv
source venv/bin/activate
- npm install home-path buffer-to-vinyl stream-combiner2
npm install
npm run init
+ npm run build Release
if [[ ! (-r /proc/sys/kernel/unprivileged_userns_clone && $(< /proc/sys/kernel/unprivileged_userns_clone) == 1 && -n $(zcat /proc/config.gz | grep CONFIG_USER_NS=y) ) ]]; then
echo "User namespaces are not detected as enabled on your system, brave will run with the sandbox disabled"