summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddc7f4b21b64..8bf7829de01b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Feb 18 08:24:02 UTC 2018
pkgbase = python2-corner
pkgdesc = Make some beautiful corner plots of samples
pkgver = 2.0.0
@@ -13,6 +11,7 @@ pkgbase = python2-corner
makedepends = python2-setuptools
makedepends = python2-matplotlib
makedepends = python2-sphinx
+ makedepends = python2-sphinx_rtd_theme
source = https://github.com/dfm/corner.py/archive/v2.0.0.tar.gz
source = corner-doc.patch
md5sums = 249abecbc22e73549b46946b0219791f
diff --git a/PKGBUILD b/PKGBUILD
index 78204195aa8c..267c2d6f8b4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Make some beautiful corner plots of samples"
arch=('any')
url="http://corner.readthedocs.io/en/latest/"
license=('BSD')
-makedepends=('python2-setuptools' 'python2-matplotlib' 'python2-sphinx')
+makedepends=('python2-setuptools' 'python2-matplotlib' 'python2-sphinx' 'python2-sphinx_rtd_theme')
checkdepends=('python2-pytest' 'python2-pandas' 'python2-nose')
source=("https://github.com/dfm/corner.py/archive/v${pkgver}.tar.gz"
'corner-doc.patch')