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

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


    Date: Sunday, May 10, 2015 @ 12:49:36
  Author: arojas
Revision: 133170

And one more dependency

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-10 10:44:23 UTC (rev 133169)
+++ PKGBUILD	2015-05-10 10:49:36 UTC (rev 133170)
@@ -6,7 +6,7 @@
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
 pkgver=1.3.1
-pkgrel=4
+pkgrel=5
 arch=('any')
 url='http://sphinx.pocoo.org/'
 license=('GPL')
@@ -69,7 +69,8 @@
 
 package_python-sphinx() {
   pkgdesc='Python3 documentation generator'
-  depends=('python-jinja' 'python-pygments' 'python-docutils' 'python-sphinx_rtd_theme' 'python-sphinx-alabaster-theme' 'python-babel')
+  depends=('python-jinja' 'python-pygments' 'python-docutils' 'python-sphinx_rtd_theme' 'python-sphinx-alabaster-theme' 'python-babel' 
+'python-snowballstemmer')
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 
   cd Sphinx-$pkgver
@@ -78,7 +79,8 @@
 
 package_python2-sphinx() {
   pkgdesc='Python2 documentation generator'
-  depends=('python2-jinja' 'python2-pygments' 'python2-docutils' 'python2-sphinx_rtd_theme' 'python2-sphinx-alabaster-theme' 'python2-babel')
+  depends=('python2-jinja' 'python2-pygments' 'python2-docutils' 'python2-sphinx_rtd_theme' 'python2-sphinx-alabaster-theme' 'python2-babel' 
+'python2-snowballstemmer')
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 
   cd Sphinx-${pkgver}2



More information about the arch-commits mailing list