summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-08-21 14:59:36 +0100
committerGrey Christoforo2017-08-21 14:59:36 +0100
commitc7942de51f353e13ce6622ed710b02e4fdae431f (patch)
tree0f42dbaa3f43f685e76ca69dc8065577e1cc91f5
parent9b678555b39de55f98f011acd95f95d8ef3afb2f (diff)
downloadaur-c7942de51f353e13ce6622ed710b02e4fdae431f.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2ae2df7d88b..b3d00c15402f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 4 15:20:10 UTC 2016
+# Mon Aug 21 13:59:32 UTC 2017
pkgbase = python-scikit-umfpack
pkgdesc = Python interface to UMFPACK sparse direct solver.
- pkgver = 0.2.1
+ pkgver = 0.3.0
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.python.org/packages/source/s/scikit-umfpack/scikit-umfpack-0.2.1.tar.gz
- md5sums = 582d6a1b78576d1b6dc8c5f95635c24e
+ source = https://pypi.io/packages/source/s/scikit-umfpack/scikit-umfpack-0.3.0.tar.gz
+ md5sums = 16e5add0931e6b075e570df24d709d63
pkgname = python-scikit-umfpack
depends = atlas-lapack
diff --git a/PKGBUILD b/PKGBUILD
index 234d6c42a523..02823733e752 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.2.3'
+pkgver='0.3.0'
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=('eccb5e4864e85fc7ed8c4ae4c86b6245')
+md5sums=('16e5add0931e6b075e570df24d709d63')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}