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

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu Mar 20 19:00:29 UTC 2014


    Date: Thursday, March 20, 2014 @ 20:00:29
  Author: seblu
Revision: 107999

upgpkg: python-sphinx 1.2.2-3

- fix FS#39278

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-20 17:08:40 UTC (rev 107998)
+++ PKGBUILD	2014-03-20 19:00:29 UTC (rev 107999)
@@ -6,7 +6,7 @@
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 arch=('any')
 url='http://sphinx.pocoo.org/'
 license=('GPL')
@@ -53,9 +53,11 @@
   msg2 'Python 3 version'
   cd "$srcdir"/Sphinx-$pkgver
   make PYTHON=python3 test
+  rm -r build/lib/tests
   msg2 'Python 2 version'
   cd "$srcdir"/Sphinx-${pkgver}2
   make PYTHON=python2 test
+  rm -r build/lib/tests
 }
 
 package_python-sphinx() {




More information about the arch-commits mailing list