summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQirui Wang2020-07-28 15:21:53 -0400
committerQirui Wang2020-07-28 15:21:53 -0400
commita17e4ec86a2feeb1acb9cb7140a4843bf023f294 (patch)
tree7bc52a524b7cd84e00472016fddfed5ad92c2946 /PKGBUILD
parentb89e8577fc8aba0a983755dabccba6fc8592c311 (diff)
downloadaur-a17e4ec86a2feeb1acb9cb7140a4843bf023f294.tar.gz
v4.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc4e85e69ca9..564d92333aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=hickle
pkgname="python-$_name"
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc='Hickle - a HDF5 based version of pickle'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-h5py' 'python-numpy' 'python-dill')
#checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 'python-scipy' 'python-pandas' 'python-codecov' 'check-manifest' 'twine')
source=("https://github.com/telegraphic/$_name/archive/v$pkgver.tar.gz")
-sha256sums=('b1c4ae4f421187ab562b4a8b61d282e0e90e6d7fc52cffd39880a8ca19adf5cc')
+sha256sums=('8a54870bf4ad5cad5b071ca0a8320998cde83173915b303604891856636532d6')
build() {
cd $_name-$pkgver