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 a5dc0eecd756..7ac793493fec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = git-spindle
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 7e04964993de..bebd17c1f2f3 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=()
source=("https://github.com/seveas/git-spindle/archive/${pkgver}.tar.gz")
sha256sums=('b4458268535cba2e7597335ffe1882fcb5b2a5132c18e84ed8452a712b678835')