From ff3570bdbbfe2d3e03364dc83577001ec3e1c686 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 5 Aug 2015 00:12:05 +0300 Subject: [PATCH] scipy: Update to 0.16.0 --- mingw-w64-python-scipy/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mingw-w64-python-scipy/PKGBUILD b/mingw-w64-python-scipy/PKGBUILD index 6901b65645..65cda35891 100644 --- a/mingw-w64-python-scipy/PKGBUILD +++ b/mingw-w64-python-scipy/PKGBUILD @@ -2,8 +2,8 @@ _realname=scipy pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.15.1 -pkgrel=2 +pkgver=0.16.0 +pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering. (mingw-w64)" arch=('any') url="http://www.scipy.org/" @@ -16,11 +16,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc-fortran" "${MINGW_PACKAGE_PREFIX}-python3-setuptools") source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc} fix-qhull.patch) -md5sums=('be56cd8e60591d6332aac792a5880110' +md5sums=('eb95dda0f36cc3096673993a350cde77' 'SKIP' '62e14262492e7fbdc3fb65d106619ce3') - prepare() { cd ${_realname}-${pkgver} patch -Np1 -i ${srcdir}/fix-qhull.patch