summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-06-09 16:02:53 +0800
committerUniversebenzene2019-06-09 16:02:53 +0800
commitfd382da9c6a725c6c47128e116cad52c0190a350 (patch)
tree832010b3e04074a016d1ea90e9ef8c3377a74f04 /PKGBUILD
parent54abfa325aa52f5b3bc2fe90855a385bd1350ac2 (diff)
downloadaur-python-specviz.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 1a65943ce01f..43b8f62092cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="An interactive astronomical 1D spectra analysis tool"
arch=('i686' 'x86_64')
url="https://specviz.readthedocs.io/"
license=('BSD')
-makedepends=('python-setuptools' 'python-pytest' 'python-pyqtgraph' 'python-astropy>=3.1' 'python-astropy-helpers>=3.1' 'python-sphinx-astropy')
+makedepends=('python-setuptools' 'python-pytest' 'python-pyqtgraph' 'python-astropy>=3.1' 'python-astropy-helpers>=3.1' 'python-sphinx-astropy' 'python-sphinx_rtd_theme')
checkdepends=('python-qtawesome' 'python-click' 'python-asteval' 'python-specutils' 'python-pytest-qt' 'python-pytest-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('d59bee1575057390719f9db69191ccc6')