summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQirui Wang2019-09-09 15:09:53 -0400
committerQirui Wang2019-09-09 15:09:53 -0400
commit4fd3a547599f21d9e0551c1b16c889c8d02e806e (patch)
treeaf82f56f708b28bff6d3fcc8ac32de89cea94112 /PKGBUILD
parentf8b0574b9381e1f833983c4006b9222e7d4b8970 (diff)
downloadaur-4fd3a547599f21d9e0551c1b16c889c8d02e806e.tar.gz
v3.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6d1eb28bd0c..94f6947a6289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=hickle
pkgname="python-$_name"
-pkgver=3.4.4
+pkgver=3.4.5
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-coveralls')
source=("https://github.com/telegraphic/$_name/archive/$pkgver.tar.gz")
-sha256sums=('4f6048a06df7c4d7e56a1d2b00803f8a5ac95d4c384868acdd7bf91d2dfecef2')
+sha256sums=('e3e337e8f80516b6665fd0bcbddd812744d83779d314996af2735362c159be9c')
build() {
cd $_name-$pkgver