diff options
author | root <root@rshg054.dnsready.net> | 2011-11-14 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-14 23:14:50 +0000 |
commit | 3d151dfc8e08b65c2c1d4b5e8081562d56ee7d41 (patch) | |
tree | 6471e323329fc287485206e36e43a9036ccf13d2 /community/paraview | |
parent | 600d5378dadf22b8517d52ac19500594bce4b66d (diff) |
Mon Nov 14 23:14:50 UTC 2011
Diffstat (limited to 'community/paraview')
-rw-r--r-- | community/paraview/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/paraview/PKGBUILD b/community/paraview/PKGBUILD index 24d956ee6..e6e2fae3c 100644 --- a/community/paraview/PKGBUILD +++ b/community/paraview/PKGBUILD @@ -1,3 +1,4 @@ +# $Id: PKGBUILD 58527 2011-11-13 15:58:19Z andrea $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Michele Mocciola <mickele> # Contributor: Simon Zilliken <simon____AT____zilliken____DOT____name> @@ -5,11 +6,11 @@ pkgname=paraview pkgver=3.10.1 pkgrel=4 -pkgdesc='Parallel Visualization Application using VTK.' +pkgdesc='Parallel Visualization Application using VTK' arch=('i686' 'x86_64') url='http://www.paraview.org' license=('custom') -depends=('qt' 'python2' 'libgl' 'libxml2' 'unixodbc' 'postgresql-libs' 'libxt' 'libmysqlclient' 'mesa' 'openmpi') #'hdf5' +depends=('qt' 'python2' 'libgl' 'libxml2' 'unixodbc' 'postgresql-libs' 'libxt' 'libmysqlclient' 'mesa' 'openmpi') #'hdf5' makedepends=('cmake' 'desktop-file-utils') source=("http://paraview.org/files/v${pkgver:0:4}/ParaView-${pkgver}.tar.gz" 'paraview.png' |