summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2018-09-01 11:39:01 +0300
committerCaleb Maclennan2018-09-01 11:39:01 +0300
commit77968c9864117eb57892529d7a20ffe7df94cefb (patch)
treece50d899362d6ed07b27af66f93ec6806fbfeeec /PKGBUILD
parent9b620e668c908f3bf64dbf76e86ed6b15e479629 (diff)
downloadaur-77968c9864117eb57892529d7a20ffe7df94cefb.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cf6b13a7105..7051e11749f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc='Web browser that blocks ads and trackers by default.'
arch=('x86_64')
url='https://www.brave.com'
license=('custom')
-depends=('gtk3' 'nss' 'alsa-lib' 'libgnome-keyring' 'libxss' 'ttf-font')
-makedepends=('npm' 'python2' 'git')
+depends=('gtk3' 'gconf' 'nss' 'alsa-lib' 'libxss' 'libgnome-keyring' 'ttf-font')
+makedepends=('npm' 'python2')
optdepends=('cups: Printer support'
'pepper-flash: Adobe Flash support')
provides=('brave-browser')