From acfab808151d2a555cb58e08f410eddc1d2c811a Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sat, 25 Apr 2020 19:36:58 +0200 Subject: [PATCH] python3-numpy: update to 1.18.3. --- srcpkgs/python3-numpy/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index cffe4080bf7..e230c7ee12d 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -1,7 +1,7 @@ # Template file for 'python3-numpy' pkgname=python3-numpy -version=1.18.2 -revision=2 +version=1.18.3 +revision=1 wrksrc="numpy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran" @@ -13,11 +13,11 @@ maintainer="bra1nwave " license="BSD-3-Clause" homepage="https://www.numpy.org/" distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz" -checksum=fdf3ed4e260e1af08b6743527634e85f999caba60d2525c1d6f5aea79f5a6d1f +checksum=a44fe209fdfe7fd59d76e6297637367b57f3d9bd3b2b10ea7efc0028818db2de alternatives="numpy:f2py:/usr/bin/f2py3" do_check() { - ./runtests.py + ./runtests.py -v } post_install() {