diff options
Diffstat (limited to 'community/mayavi/PKGBUILD')
-rw-r--r-- | community/mayavi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mayavi/PKGBUILD b/community/mayavi/PKGBUILD index a4498094c..df6dee64e 100644 --- a/community/mayavi/PKGBUILD +++ b/community/mayavi/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 88238 2013-04-14 20:02:10Z aginiewicz $ +# $Id: PKGBUILD 96082 2013-08-20 06:32:22Z lcarlier $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> pkgname=mayavi pkgver=4.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="A 3-dimensional visualizer of scientific data" arch=('i686' 'x86_64') url="https://github.com/enthought/mayavi" license=('BSD') depends=('ipython2' 'vtk' 'python2-envisage' 'wxpython') -makedepends=('python2-distribute' 'python2-sphinx' 'xorg-server-xvfb' 'twisted') +makedepends=('python2-setuptools' 'python2-sphinx' 'xorg-server-xvfb' 'twisted') replaces=('python2-mayavi') provides=('python2-mayavi') options=(!emptydirs) |