python-numpy: update to 1.10.4

This commit is contained in:
Chaoting Liu 2016-03-14 01:18:35 +00:00
parent a4c1eefe73
commit 9df4239217

View File

@ -6,8 +6,8 @@
pkgbase=python-numpy
pkgname=('python3-numpy' 'python2-numpy')
pkgver=1.9.2
pkgrel=2
pkgver=1.10.4
pkgrel=1
pkgdesc="Scientific tools for Python"
arch=('x86_64')
license=('custom')
@ -15,14 +15,12 @@ url="http://numpy.org/"
makedepends=('blas'
'gcc-fortran'
'lapack'
'python3'
'python2'
'python3-setuptools'
'python2-setuptools'
'python3-nose'
'python2-nose')
source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
md5sums=('a1ed53432dbcd256398898d35bc8e645')
'python3' 'python2'
'python3-setuptools' 'python2-setuptools'
'python3-nose' 'python2-nose'
'python3-cython' 'python2-cython')
source=(https://github.com/numpy/numpy/archive/v${pkgver}.tar.gz)
md5sums=('3cb325c3dff03b5bc15206c757a26116')
options=('staticlibs')
build() {