diff options
Diffstat (limited to 'community/python-mpi4py/PKGBUILD')
-rw-r--r-- | community/python-mpi4py/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-mpi4py/PKGBUILD b/community/python-mpi4py/PKGBUILD index aefaa8215..e4d34d603 100644 --- a/community/python-mpi4py/PKGBUILD +++ b/community/python-mpi4py/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 95616 2013-08-15 02:50:55Z fyan $ +# $Id: PKGBUILD 96118 2013-08-20 06:32:52Z lcarlier $ # Maintainer : Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Sebastien Binet <binet@cern.ch> pkgbase=python-mpi4py pkgname=('python-mpi4py' 'python2-mpi4py') pkgver=1.3.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://mpi4py.scipy.org" license=('BSD') -makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'openmpi') +makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'openmpi') source=(http://mpi4py.googlecode.com/files/mpi4py-${pkgver}.tar.gz) build() { |