[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun May 10 10:14:49 UTC 2015


    Date: Sunday, May 10, 2015 @ 12:14:48
  Author: arojas
Revision: 133160

sphinx-rtd-theme is required

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-10 09:31:33 UTC (rev 133159)
+++ PKGBUILD	2015-05-10 10:14:48 UTC (rev 133160)
@@ -6,7 +6,7 @@
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://sphinx.pocoo.org/'
 license=('GPL')
@@ -69,7 +69,7 @@
 
 package_python-sphinx() {
   pkgdesc='Python3 documentation generator'
-  depends=('python-jinja' 'python-pygments' 'python-docutils')
+  depends=('python-jinja' 'python-pygments' 'python-docutils' 'python-sphinx_rtd_theme')
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 
   cd Sphinx-$pkgver
@@ -78,7 +78,7 @@
 
 package_python2-sphinx() {
   pkgdesc='Python2 documentation generator'
-  depends=('python2-jinja' 'python2-pygments' 'python2-docutils')
+  depends=('python2-jinja' 'python2-pygments' 'python2-docutils' 'python2-sphinx_rtd_theme')
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 
   cd Sphinx-${pkgver}2



More information about the arch-commits mailing list