python3-scipy: Update to 1.3.2

This commit is contained in:
Alexey Pavlov
2019-11-12 12:42:52 +03:00
parent d81ea4528f
commit add40e46f3

View File

@@ -3,8 +3,8 @@
_realname=scipy
pkgbase=mingw-w64-python3-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.3.1
pkgrel=2
pkgver=1.3.2
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering (mingw-w64)"
arch=('any')
url="https://www.scipy.org/"
@@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc-fortran"
"${MINGW_PACKAGE_PREFIX}-python3-numpy"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=(${_realname}-${pkgver}.tar.gz::https://github.com/scipy/scipy/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz)
sha256sums=('2643cfb46d97b7797d1dbdb6f3c23fe3402904e3c90e6facfe6a9b98d808c1b5')
sha256sums=('a03939b431994289f39373c57bbe452974a7da724ae7f9620a1beee575434da4')
prepare() {
cp -a ${_realname}-${pkgver} ${MINGW_CHOST}-py3