summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2014-11-18 06:44:41 +0100
committerFlorian Bruhin2015-06-10 22:45:16 +0200
commita3a19564fd6e03fe6292577e30f634c76ee1ac09 (patch)
treee395ee4e89b325793ef1055ea0fee6681ea2b753
parenteff3b29e8973acd153fd09750d89f8e4f3039813 (diff)
downloadaur-a3a19564fd6e03fe6292577e30f634c76ee1ac09.tar.gz
qutebrowser-git: Remove unneeded makedepends.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c97196533a0..aeb7009b6780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = qutebrowser-git
url = http://www.qutebrowser.org/
arch = any
license = GPL
- makedepends = python
- makedepends = python-setuptools
makedepends = asciidoc
depends = python>=3.4
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 323bcaa86b76..6825723dec93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL')
depends=('python>=3.4' 'python-setuptools' 'python-pyqt5>=5.2' 'qt5-base>=5.2'
'qt5-webkit>=5.2' 'libxkbcommon-x11' 'python-pypeg2' 'python-jinja'
'python-pygments')
-makedepends=('python' 'python-setuptools' 'asciidoc')
+makedepends=('asciidoc')
optdepends=('python-colorlog: colored logging output')
options=(!emptydirs)
source=('qutebrowser::git://the-compiler.org/qutebrowser')