summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-04-02 14:06:39 -0500
committerP.A. López-Valencia2016-04-02 14:06:39 -0500
commit2f01b8793aef97a6ff2c94b7fa6a36a927da43b9 (patch)
tree2baf0381f71e8e6db51cc08f208ce6ae2ca7a4f0 /PKGBUILD
parentf43e18e0806d1101bd728da620efda87fed28388 (diff)
downloadaur-2f01b8793aef97a6ff2c94b7fa6a36a927da43b9.tar.gz
* Fix symlink pointing to binary with changed casing (upstream decision).
* Drop installing npm-gyp@3.2.1, not needed anymore (upstream dep updates).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a293005c0f78..a0dc103b7ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Comaintainer: Pedro A. López-Valencia <https://aur.archlinux.org/user/vorbote>
pkgname=brave
pkgver=0.8.3
-pkgrel=1
+pkgrel=2
pkgdesc='Web browser that blocks ads and trackers by default.'
arch=('x86_64')
url='https://www.brave.com/'
@@ -20,7 +20,6 @@ sha384sums=('f9bc24904ae66ec783a8200e99b87c4287a76079fa78db0dd57be1bf459d4c418aa
build() {
cd "$srcdir"/browser-laptop-"$pkgver"dev
- npm install node-gyp@3.2.1
npm install
CHANNEL=dev npm run build-package
}
@@ -36,7 +35,7 @@ package() {
install -dm0755 "$pkgdir"/usr/bin
- ln -s /usr/lib/brave-browser/Brave "$pkgdir"/usr/bin/brave
+ ln -s /usr/lib/brave-browser/brave "$pkgdir"/usr/bin/brave
install -Dm0644 res/app.png "$pkgdir"/usr/share/pixmaps/brave.png