diff --git a/mingw-w64-python3-scipy/PKGBUILD b/mingw-w64-python3-scipy/PKGBUILD index c1cf5ef11d..0682b0ef5c 100644 --- a/mingw-w64-python3-scipy/PKGBUILD +++ b/mingw-w64-python3-scipy/PKGBUILD @@ -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