summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52472d2c7679..794b26496b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = git-spindle-git
license = GPL3
makedepends = make
makedepends = python-sphinx
+ makedepends = python-sphinx_rtd_theme
depends = git
depends = python
depends = python-github3.py
diff --git a/PKGBUILD b/PKGBUILD
index 6047a981fca0..b746707da461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="http://github.com/seveas/git-spindle"
license=('GPL3')
depends=('git' 'python' 'python-github3.py' 'python-whelk' 'python-docopt')
-makedepends=('make' 'python-sphinx')
+makedepends=('make' 'python-sphinx' 'python-sphinx_rtd_theme')
optdepends=()
provides=('git-spindle')
conflicts=('git-spindle')