Date: Wednesday, April 25, 2012 @ 08:49:59 Author: andrea Revision: 157187
Fix homepage/license Modified: python-nose/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-25 12:16:09 UTC (rev 157186) +++ PKGBUILD 2012-04-25 12:49:59 UTC (rev 157187) @@ -1,18 +1,19 @@ # $Id$ -# Maintainer: Angel Velasquez <[email protected]> +# Maintainer: +# Contributor: Angel Velasquez <[email protected]> # Contributor: Douglas Soares de Andrade <[email protected]> # Contributor: Cilyan Olowen <[email protected]> pkgbase=python-nose pkgname=('python-nose' 'python2-nose' 'python-nose-doc') -pkgver=1.1.2 -pkgrel=3 +pkgver=1.1.3 +pkgrel=1 pkgdesc="A discovery-based unittest extension" arch=('any') -url="http://www.somethingaboutorange.com/mrl/projects/nose/" -license=('LGPL2') +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}) +source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz"{,.asc}) md5sums=('144f237b615e23f21f6a50b2183aa817' 'b3ea70c42347d9ca8b1c248bd6b128c5')
