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

Antonio Rojas arojas at archlinux.org
Sun May 10 10:55:01 UTC 2015


    Date: Sunday, May 10, 2015 @ 12:55:01
  Author: arojas
Revision: 133172

Add python-six dependency

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-10 10:50:40 UTC (rev 133171)
+++ PKGBUILD	2015-05-10 10:55:01 UTC (rev 133172)
@@ -6,7 +6,7 @@
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 arch=('any')
 url='http://sphinx.pocoo.org/'
 license=('GPL')
@@ -70,7 +70,7 @@
 package_python-sphinx() {
   pkgdesc='Python3 documentation generator'
   depends=('python-jinja' 'python-pygments' 'python-docutils' 'python-sphinx_rtd_theme' 'python-sphinx-alabaster-theme' 'python-babel' 
-'python-snowballstemmer')
+'python-snowballstemmer' 'python-six')
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 
   cd Sphinx-$pkgver
@@ -80,7 +80,7 @@
 package_python2-sphinx() {
   pkgdesc='Python2 documentation generator'
   depends=('python2-jinja' 'python2-pygments' 'python2-docutils' 'python2-sphinx_rtd_theme' 'python2-sphinx-alabaster-theme' 'python2-babel' 
-'python2-snowballstemmer')
+'python2-snowballstemmer' 'python2-six')
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 
   cd Sphinx-${pkgver}2



More information about the arch-commits mailing list