summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStykers2019-05-21 19:26:46 +0900
committerStykers2019-05-21 19:26:46 +0900
commitb117181f8f99e1daa038eae93caa72d8015c4e2e (patch)
tree2c21ce0148b71d893bc95a2b39f3868c65d60230 /PKGBUILD
parentd1c29c1332926c334231551457c582f879eaa90c (diff)
downloadaur-b117181f8f99e1daa038eae93caa72d8015c4e2e.tar.gz
add python build dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61c83c532c4a..fc4e308ea827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://www.brave.com/"
license=('custom:MPL2' 'BSD' 'Apache' 'custom:others')
groups=('networking')
depends=('gtk2' 'nss' 'alsa-lib' 'gconf' 'libxtst' 'libgnome-keyring' 'libxss' 'ttf-font')
-makedepends=('git' 'npm' 'python2' 'icu' 'glibc')
+makedepends=('git' 'npm' 'python' 'icu' 'glibc')
optdepends=('cups: To print stuff'
'pepper-flash: Adobe Flash support')
provides=('brave' 'brave-browser')