summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmwang2016-08-07 22:50:47 -0700
committerlmwang2016-08-07 22:50:47 -0700
commit982d0aaa8a56d74de56955aca36b105f7aabe009 (patch)
tree8b07c76e8c158cf1aec09d6ac80f4da6732646c6
parentebd819a72b2cd6ec3209ccfb794e9b48445745a8 (diff)
downloadaur-982d0aaa8a56d74de56955aca36b105f7aabe009.tar.gz
updated to 1.11.1
-rw-r--r--.SRCINFO12
-rwxr-xr-xPKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4312fc56b6ed..50bbfdb06c0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 13 23:02:47 UTC 2016
+# Mon Aug 8 05:50:34 UTC 2016
pkgbase = python-numpy-openblas
pkgdesc = Scientific tools for Python - built with openblas
- pkgver = 1.11.0
+ pkgver = 1.11.1
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.11.0
- provides = python-numpy=1.11.0
+ provides = python3-numpy=1.11.1
+ provides = python-numpy=1.11.1
conflicts = python3-numpy
conflicts = python-numpy
options = staticlibs
- source = python-numpy-1.11.0.tar.gz::https://github.com/numpy/numpy/archive/v1.11.0.tar.gz
- md5sums = 487c83ea27d5e4581348a916453723da
+ source = python-numpy-1.11.1.tar.gz::https://github.com/numpy/numpy/archive/v1.11.1.tar.gz
+ md5sums = 3c3700a30fae5ae2e41c947076417d4c
pkgname = python-numpy-openblas
diff --git a/PKGBUILD b/PKGBUILD
index 7137d6153ff7..df378ad2ec5b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=python-numpy-openblas
#pkgname=("python2-numpy-openblas" "python-numpy-openblas")
pkgname=python-numpy-openblas
-pkgver=1.11.0
+pkgver=1.11.1
pkgrel=1
pkgdesc="Scientific tools for Python - built with openblas"
arch=("i686" "x86_64")
@@ -15,7 +15,7 @@ license=("custom")
url="http://numpy.scipy.org/"
source=("python-numpy-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz")
-md5sums=('487c83ea27d5e4581348a916453723da')
+md5sums=('3c3700a30fae5ae2e41c947076417d4c')
depends=("python" "cython" "openblas-lapack")
options=('staticlibs')