summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmwang2017-06-08 14:44:58 -0700
committerlmwang2017-06-08 14:44:58 -0700
commit33f32cdc18ab04fdf5e8b3ed95ee2d298cfa1f87 (patch)
tree461a9564683ecfb5506a57bd26e122c5107b32a8
parent3abeb97a237aecdf6fdad6771b255373821f17b9 (diff)
downloadaur-33f32cdc18ab04fdf5e8b3ed95ee2d298cfa1f87.tar.gz
upgraded to 1.13.0
-rw-r--r--.SRCINFO12
-rwxr-xr-xPKGBUILD5
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f78cfe6f356..d2054f2a7d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 29 23:18:59 UTC 2017
+# Thu Jun 8 21:44:43 UTC 2017
pkgbase = python-numpy-openblas
pkgdesc = Scientific tools for Python - built with openblas
- pkgver = 1.12.1
+ pkgver = 1.13.0
pkgrel = 1
url = http://numpy.scipy.org/
arch = i686
@@ -15,13 +15,13 @@ pkgbase = python-numpy-openblas
depends = cython
depends = openblas-lapack
optdepends = python-nose: testsuite
- provides = python3-numpy=1.12.1
- provides = python-numpy=1.12.1
+ provides = python3-numpy=1.13.0
+ provides = python-numpy=1.13.0
conflicts = python3-numpy
conflicts = python-numpy
options = staticlibs
- source = python-numpy-1.12.1.tar.gz::https://github.com/numpy/numpy/archive/v1.12.1.tar.gz
- md5sums = 0b36523d73634b6db7706efa2d7a32d3
+ source = python-numpy-1.13.0.tar.gz::https://github.com/numpy/numpy/archive/v1.13.0.tar.gz
+ sha512sums = f95108f6e3319b3a1e9fc18af59e04ed55b434a1b5fff7b13207c24e9002d5adfa4046dc0cc3d8f13957fa4e2a18b932bc41347fa1aeddd12ef6598861670c83
pkgname = python-numpy-openblas
diff --git a/PKGBUILD b/PKGBUILD
index db2e0d45f415..00a65fbe54d8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,14 @@
pkgbase=python-numpy-openblas
#pkgname=("python2-numpy-openblas" "python-numpy-openblas")
pkgname=python-numpy-openblas
-pkgver=1.12.1
+pkgver=1.13.0
pkgrel=1
pkgdesc="Scientific tools for Python - built with openblas"
arch=("i686" "x86_64")
license=("custom")
url="http://numpy.scipy.org/"
source=("python-numpy-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz")
-
-md5sums=('0b36523d73634b6db7706efa2d7a32d3')
+sha512sums=('f95108f6e3319b3a1e9fc18af59e04ed55b434a1b5fff7b13207c24e9002d5adfa4046dc0cc3d8f13957fa4e2a18b932bc41347fa1aeddd12ef6598861670c83')
depends=("python" "cython" "openblas-lapack")
options=('staticlibs')