[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 10 10:20:37 UTC 2015
Date: Sunday, May 10, 2015 @ 12:20:37
Author: arojas
Revision: 133162
alabaster theme is also required at runtime
Modified:
python-sphinx/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-10 10:15:42 UTC (rev 133161)
+++ PKGBUILD 2015-05-10 10:20:37 UTC (rev 133162)
@@ -6,7 +6,7 @@
pkgbase=python-sphinx
pkgname=('python-sphinx' 'python2-sphinx')
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
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' 'python-sphinx_rtd_theme')
+ depends=('python-jinja' 'python-pygments' 'python-docutils' 'python-sphinx_rtd_theme' 'python-sphinx-alabaster-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' 'python2-sphinx_rtd_theme')
+ depends=('python2-jinja' 'python2-pygments' 'python2-docutils' 'python2-sphinx_rtd_theme' 'python2-sphinx-alabaster-theme')
optdepends=('texlive-latexextra: for generation of PDF documentation')
cd Sphinx-${pkgver}2
More information about the arch-commits
mailing list