Date: Tuesday, January 21, 2020 @ 19:33:18 Author: arojas Revision: 553319
Update to 1.2.3 Modified: python2-scipy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-21 19:11:46 UTC (rev 553318) +++ PKGBUILD 2020-01-21 19:33:18 UTC (rev 553319) @@ -8,8 +8,8 @@ _name=scipy pkgname=python2-scipy -pkgver=1.2.1 -pkgrel=2 +pkgver=1.2.3 +pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=(x86_64) url="https://www.scipy.org/" @@ -20,7 +20,7 @@ optdepends=('python2-pillow: for image saving module') #source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-$pkgver.tar.xz") source=("https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz") -sha512sums=('80caf9af93046c0d58829a61eb90d824aabe8a53f3e7d8a72efc44accaa3299d1e22adbb4852ed192cee6e47aafbb4ebea3115233ed11f1ef05dd373866b0243') +sha512sums=('d7739fa2f25689fc14ddf09477207c990b39b593a85f5c74687df1ffe097f6eee1bb2123aaa286189309f6d3b25cdd7757053d8b1008d1d6b3367a8e3a0a53b1') build() { # required for gfortran
