Date: Tuesday, March 18, 2014 @ 01:25:19 Author: seblu Revision: 107565
upgpkg: python-sphinx 1.2.2-2 https://www.archlinux.org/todo/python-34-rebuild/ Modified: python-sphinx/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-18 00:21:41 UTC (rev 107564) +++ PKGBUILD 2014-03-18 00:25:19 UTC (rev 107565) @@ -6,16 +6,16 @@ pkgbase=python-sphinx pkgname=('python-sphinx' 'python2-sphinx') pkgver=1.2.2 -pkgrel=1 +pkgrel=2 arch=('any') url='http://sphinx.pocoo.org/' license=('GPL') makedepends=( - 'python-distribute' + 'python-setuptools' 'python-docutils' 'python-jinja' 'python-pygments' - 'python2-distribute' + 'python2-setuptools' 'python2-docutils' 'python2-jinja' 'python2-pygments'
