diff options
Diffstat (limited to 'community/python-scipy')
-rwxr-xr-x | community/python-scipy/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index 80a97ca82..70cb14781 100755 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 51728 2011-07-13 14:46:12Z tdziedzic $ +# $Id: PKGBUILD 57764 2011-11-02 14:37:24Z tdziedzic $ # Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> @@ -10,14 +10,13 @@ _app=scipy pkgname=('python-scipy' 'python2-scipy') pkgver=0.9.0 _theapp=$_app-$pkgver -pkgrel=2 +pkgrel=3 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') url="http://www.scipy.org/" license=('BSD') depends=('python-numpy') makedepends=('gcc-fortran' 'python2-numpy') -changelog=$pkgbase.changelog source=("http://downloads.sourceforge.net/$_app/$_theapp.tar.gz") md5sums=('ebfef6e8e82d15c875a4ee6a46d4e1cd') |