Date: Saturday, September 15, 2012 @ 11:06:50 Author: dan Revision: 166680
upgpkg: python-nose 1.2.1-1 Modified: python-nose/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-15 14:04:28 UTC (rev 166679) +++ PKGBUILD 2012-09-15 15:06:50 UTC (rev 166680) @@ -1,21 +1,20 @@ # $Id$ -# Maintainer: +# Maintainer: Dan McGee <d...@archlinux.org> # Contributor: Angel Velasquez <an...@archlinux.org> # Contributor: Douglas Soares de Andrade <doug...@archlinux.org> # Contributor: Cilyan Olowen <gak...@gmail.com> pkgbase=python-nose pkgname=('python-nose' 'python2-nose' 'python-nose-doc') -pkgver=1.1.2 -pkgrel=3 +pkgver=1.2.1 +pkgrel=1 pkgdesc="A discovery-based unittest extension" arch=('any') url='http://readthedocs.org/docs/nose/' license=('LGPL2.1') -makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 'python-sphinx') -source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz"{,.asc}) -md5sums=('144f237b615e23f21f6a50b2183aa817' - 'b3ea70c42347d9ca8b1c248bd6b128c5') +makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 'python2-sphinx') +source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz") +md5sums=('735e3f1ce8b07e70ee1b742a8a53585a') build() { cd "$srcdir/nose-$pkgver" @@ -41,7 +40,7 @@ package_python-nose-doc(){ pkgdesc="Nose documentation and examples" cd "$srcdir/nose-$pkgver/doc" - make html + make SPHINXBUILD=sphinx-build2 html mkdir -p "$pkgdir/usr/share/doc/python-nose" cp -r .build/html "$pkgdir/usr/share/doc/python-nose" cp -r ../examples "$pkgdir/usr/share/doc/python-nose"