summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-01-24 17:28:52 +0000
committerGrey Christoforo2017-01-24 17:28:52 +0000
commit9b678555b39de55f98f011acd95f95d8ef3afb2f (patch)
tree986625c0c63439d98e65d0fe535e780f2c4f7d51
parentb834f3d95d1b6b7ff40f0c364e6d57d1b5af0259 (diff)
downloadaur-9b678555b39de55f98f011acd95f95d8ef3afb2f.tar.gz
bump version
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca47205f8cb2..234d6c42a523 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.1'
+pkgver='0.2.3'
pkgrel=1
pkgdesc="Python interface to UMFPACK sparse direct solver."
url="https://scikit-umfpack.github.io/scikit-umfpack"
@@ -11,8 +11,8 @@ depends=('atlas-lapack' 'suitesparse' 'python2-scipy' 'python-scipy' 'cython2' '
makedepends=('python-setuptools' 'python2-setuptools' 'swig' 'python-pypandoc' 'python2-pypandoc')
license=('BSD')
arch=('any')
-source=("https://pypi.python.org/packages/source/s/scikit-umfpack/scikit-umfpack-${pkgver}.tar.gz")
-md5sums=('582d6a1b78576d1b6dc8c5f95635c24e')
+source=("https://pypi.io/packages/source/s/scikit-umfpack/scikit-umfpack-${pkgver}.tar.gz")
+md5sums=('eccb5e4864e85fc7ed8c4ae4c86b6245')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}