summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2019-09-30 23:00:27 +0200
committerAbdo Roig-Maranges2019-09-30 23:00:27 +0200
commit4794bdc0dee87c97d9fa7da93bd60241e732b79c (patch)
tree133ae2a4b909743970a82c18034b884ab4b5df0c
parenta4403dc03cf4a15ba983421b15ef15e023e08541 (diff)
downloadaur-git-spindle-git.tar.gz
add dependency
-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')