summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-04-18 07:43:10 -0500
committerP.A. López-Valencia2016-04-18 07:43:10 -0500
commit78f950b53fa26e20c455be5d2e46439729b36b40 (patch)
tree5e4daf847f8feb4da33081a5113eb1aa2ad10a43 /PKGBUILD
parent3f2e9c5ced7ce9d733d2518f1c2d724064deb1ff (diff)
downloadaur-78f950b53fa26e20c455be5d2e46439729b36b40.tar.gz
Upstream binaries do not require the libxss runtime. But...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d95d31f98ce..58c3b0de2117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Comaintainer: Pedro A. López-Valencia <https://aur.archlinux.org/user/vorbote>
pkgname=brave
pkgver=0.9.1
-pkgrel=2
+pkgrel=3
pkgdesc='Web browser that blocks ads and trackers by default.'
arch=('x86_64')
url='https://www.brave.com/'
license=('custom')
-depends=('gtk2' 'nss' 'alsa-lib' 'libnotify' 'gconf' 'libxtst' 'desktop-file-utils' 'ttf-font')
+depends=('gtk2' 'nss' 'alsa-lib' 'libnotify' 'gconf' 'libxtst' 'libxss' 'desktop-file-utils' 'ttf-font')
makedepends=('npm' 'git')
install="$pkgname".install
provides=('brave-browser')