summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-06-09 15:56:43 +0800
committerUniversebenzene2019-06-09 15:56:43 +0800
commit354722146ed8d1c2a4774d7df627303d20aff269 (patch)
tree3312982df5e7916093902e5e8e7b99040e3ba15a /PKGBUILD
parentc150796f1ee7a11c994dd90ea02c29aa03dfbd18 (diff)
downloadaur-354722146ed8d1c2a4774d7df627303d20aff269.tar.gz
Update makedepends for new sphinx
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5112d0fc190c..a046bd937200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Pytest plugin for Qt (PyQt4, PyQt5 and PySide) application testing"
arch=('i686' 'x86_64')
url="https://pytest-qt.readthedocs.io/"
license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme')
checkdepends=('python-pytest' 'python2-pytest' 'python-pyqt5' 'python2-pyqt5')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
'correct_underline.patch')