summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-02-15 18:09:16 +0000
committerGrey Christoforo2018-02-15 18:09:16 +0000
commitaa1ff9124bd1fe20e44a1646b91bcc2b562f552e (patch)
tree8d5bddbd7431ec59432151fb2d2beeb15dc782a7
parentc7942de51f353e13ce6622ed710b02e4fdae431f (diff)
downloadaur-aa1ff9124bd1fe20e44a1646b91bcc2b562f552e.tar.gz
version bump to 0.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3d00c15402f..60343890464b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 21 13:59:32 UTC 2017
+# Thu Feb 15 18:08:57 UTC 2018
pkgbase = python-scikit-umfpack
pkgdesc = Python interface to UMFPACK sparse direct solver.
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://scikit-umfpack.github.io/scikit-umfpack
arch = any
@@ -20,8 +20,8 @@ pkgbase = python-scikit-umfpack
depends = cython
depends = python2-numpy
depends = python-numpy
- source = https://pypi.io/packages/source/s/scikit-umfpack/scikit-umfpack-0.3.0.tar.gz
- md5sums = 16e5add0931e6b075e570df24d709d63
+ source = https://pypi.io/packages/source/s/scikit-umfpack/scikit-umfpack-0.3.1.tar.gz
+ md5sums = 08f96c32460f2c52788a3bf68f9403ee
pkgname = python-scikit-umfpack
depends = atlas-lapack
diff --git a/PKGBUILD b/PKGBUILD
index 02823733e752..95030acb18de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-scikit-umfpack')
pkgname=('python-scikit-umfpack' 'python2-scikit-umfpack')
_module='scikit-umfpack'
-pkgver='0.3.0'
+pkgver='0.3.1'
pkgrel=1
pkgdesc="Python interface to UMFPACK sparse direct solver."
url="https://scikit-umfpack.github.io/scikit-umfpack"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python2-setuptools' 'swig' 'python-pypandoc' '
license=('BSD')
arch=('any')
source=("https://pypi.io/packages/source/s/scikit-umfpack/scikit-umfpack-${pkgver}.tar.gz")
-md5sums=('16e5add0931e6b075e570df24d709d63')
+md5sums=('08f96c32460f2c52788a3bf68f9403ee')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}