diff options
author | root <root@rshg054.dnsready.net> | 2012-09-28 01:39:44 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-28 01:39:44 -0700 |
commit | 3edc42216fee4bb8237aa128510c32ceb77dfd8f (patch) | |
tree | 1745e2804c7f439fdb27aefa6f4a6884f0442727 /community/python-scipy/PKGBUILD | |
parent | bd8faf795abf6d91abdc52bc968829cc2efae4bb (diff) |
Fri Sep 28 01:39:41 PDT 2012
Diffstat (limited to 'community/python-scipy/PKGBUILD')
-rwxr-xr-x | community/python-scipy/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index 460313b10..3d3097b44 100755 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -6,7 +6,7 @@ # Contributor: Andrzej Giniewicz <gginiu@gmail.com> pkgname=('python-scipy' 'python2-scipy') -pkgver=0.10.1 +pkgver=0.11.0 pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ license=('BSD') makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy') checkdepends=('python-nose' 'python2-nose') source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz") -md5sums=('6ad976549e22e04ca93e70cf55b70a22') +md5sums=('842c81d35fd63579c41a8ca21a2419b9') build() { unset LDFLAGS |