summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-06-09 11:29:42 +0800
committerUniversebenzene2019-06-09 11:29:42 +0800
commitb1c588543108adc88a1f1ec2ed98424eb57cca63 (patch)
treefa73359a5f6cd7927d75f690029adbc31ee185db
parent50bc7665ad42d48b6334512c0a75d34b568790f4 (diff)
downloadaur-b1c588543108adc88a1f1ec2ed98424eb57cca63.tar.gz
Update makedepends for new sphinx
-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')