summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}