diff options
Diffstat (limited to 'community/python-scipy/PKGBUILD')
-rw-r--r-- | 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 b7f7618d1..e6ab4fe59 100644 --- 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.13.2 +pkgver=0.13.3 pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') @@ -15,6 +15,7 @@ license=('BSD') makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools') checkdepends=('python-nose' 'python2-nose') source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz") +md5sums=('0547c1f8e8afad4009cc9b5ef17a2d4d') build() { # Changing the arithmetic parameter (Thanks to Fabrizio Castellano) @@ -80,4 +81,3 @@ package_python2-scipy() { } # vim:set ts=2 sw=2 et: -md5sums=('fcd110802b0bf3505ba567cf831566e1') |