summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStykers2019-05-21 19:26:46 +0900
committerStykers2019-05-21 19:26:46 +0900
commitb117181f8f99e1daa038eae93caa72d8015c4e2e (patch)
tree2c21ce0148b71d893bc95a2b39f3868c65d60230
parentd1c29c1332926c334231551457c582f879eaa90c (diff)
downloadaur-b117181f8f99e1daa038eae93caa72d8015c4e2e.tar.gz
add python build dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89ca9eb492d0..88a2b895c71a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = brave-git
license = custom:others
makedepends = git
makedepends = npm
- makedepends = python2
+ makedepends = python
makedepends = icu
makedepends = glibc
depends = gtk2
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')