summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-03-05 09:44:35 -0500
committerGuillaume Horel2018-03-05 09:45:14 -0500
commit497d080b9b7ea06e2584b86a258e081b5065b648 (patch)
tree25b4dff58d499ddc01945e3a783aaeee6d60fe63 /PKGBUILD
parent756b720cc9891f0d3f4ff15b67cffe4a159ce398 (diff)
downloadaur-497d080b9b7ea06e2584b86a258e081b5065b648.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42b6aa6ca32c..1ca1e4d0f5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-sparse
_pkgname=sparse
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Sparse multidimensional arrays on top of numpy and scipy"
arch=('any')
@@ -13,7 +13,7 @@ checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-flake8')
optdepends=()
makedepends=('python-setuptools')
source=("https://github.com/pydata/sparse/archive/$pkgver.tar.gz")
-sha256sums=('11a506ca9b14ff974387b79f540045ddfc0d32043abe61b6bea4d1fa2c60d955')
+sha256sums=('e1f099d4096f9b66308b8e890c9b96a96c90b7760598a9b484f1e728b8fe4e58')
package(){
cd "$srcdir/$_pkgname-$pkgver"