summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQirui Wang2020-12-17 21:45:44 +0800
committerQirui Wang2020-12-17 21:45:44 +0800
commit88287e4b1a50b5e46244ac529fbda7704c346b35 (patch)
tree353d95d8fd50c59d1edd407d6f118dd1344306b6 /PKGBUILD
parenta17e4ec86a2feeb1acb9cb7140a4843bf023f294 (diff)
downloadaur-88287e4b1a50b5e46244ac529fbda7704c346b35.tar.gz
v4.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 564d92333aeb..060427f68084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
_name=hickle
pkgname="python-$_name"
-pkgver=4.0.1
+pkgver=4.0.3
pkgrel=1
pkgdesc='Hickle - a HDF5 based version of pickle'
arch=('any')
url="http://github.com/telegraphic/$_name"
license=('MIT')
depends=('python' 'python-h5py' 'python-numpy' 'python-dill')
+makedepends=('python-setuptools')
#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=('8a54870bf4ad5cad5b071ca0a8320998cde83173915b303604891856636532d6')
+sha256sums=('01a5a4fe26d50f32160493bcd41f2f2daf28069f0cd909ff242c1c88dc3c7383')
build() {
cd $_name-$pkgver