summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Mischka2017-04-30 17:46:47 -0500
committerJacob Mischka2017-04-30 17:46:47 -0500
commita8feb475fc783f1409a180e7141a7be2442ca0d6 (patch)
tree44d844d2d72104c4b178e1f1dc26e85687afaf13
parenta81bf3e4b46e77245949c5e8cb8b066bf52ccc04 (diff)
downloadaur-a8feb475fc783f1409a180e7141a7be2442ca0d6.tar.gz
Lock extract-zip to 1.6.0. Fix build.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e754613ed466..ef501fe103d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Apr 30 22:45:55 UTC 2017
pkgbase = brave
pkgdesc = Web browser that blocks ads and trackers by default.
pkgver = 0.15.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.brave.com/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index b8cedd80e381..a18b3e2e4418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Comaintainer: Pedro A. López-Valencia <https://aur.archlinux.org/user/palopezv>
pkgname=brave
pkgver=0.15.1
-pkgrel=2
+pkgrel=3
pkgdesc='Web browser that blocks ads and trackers by default.'
arch=('x86_64')
url='https://www.brave.com/'
@@ -17,14 +17,7 @@ source=("browser-laptop-"$pkgver"dev.tar.gz::https://github.com/brave/browser-la
build() {
cd "$srcdir"/browser-laptop-"$pkgver"dev
- echo ""
- echo ""
- echo ""
- echo "This upstream build is broken, please use brave-bin in the meantime."
- echo ""
- echo ""
- echo ""
- exit 1
+ npm install extract-zip@1.6.0
npm install
CHANNEL=dev npm run build-package