[arch-commits] Commit in python-scipy/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Dec 28 12:31:10 UTC 2018


    Date: Friday, December 28, 2018 @ 12:31:10
  Author: jelle
Revision: 418632

upgpkg: python-scipy 1.2.0-1

Modified:
  python-scipy/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 12:12:04 UTC (rev 418631)
+++ PKGBUILD	2018-12-28 12:31:10 UTC (rev 418632)
@@ -7,8 +7,8 @@
 
 _name=scipy
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
 arch=('x86_64')
 url="http://www.scipy.org/"
@@ -17,9 +17,10 @@
 checkdepends=('python-pytest' 'python2-pytest')
 #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")
-md5sums=('aa6bcc85276b6f25e17bcfc4dede8718')
+md5sums=('e57011507865b0b702aff6077d412e03')
 
 build() {
+  # required for gfortran
   export LDFLAGS="-Wall -shared"
 
   # 2 builds



More information about the arch-commits mailing list