summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQirui Wang2020-06-25 14:41:22 -0400
committerQirui Wang2020-06-25 14:41:22 -0400
commitb89e8577fc8aba0a983755dabccba6fc8592c311 (patch)
treebe341b0dec1c2d2e60a2e6207dd66577a0a564b3 /PKGBUILD
parentaff13f2a453eceb732c281460dba206fd4f92875 (diff)
downloadaur-b89e8577fc8aba0a983755dabccba6fc8592c311.tar.gz
v4.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 532ccd34d94f..bc4e85e69ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=hickle
pkgname="python-$_name"
-pkgver=3.4.7
+pkgver=4.0.0
pkgrel=1
pkgdesc='Hickle - a HDF5 based version of pickle'
arch=('any')
@@ -10,8 +10,8 @@ url="http://github.com/telegraphic/$_name"
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/$pkgver.tar.gz")
-sha256sums=('984133f8f4ad79d8a3f5c27eb9e6ff2cf331fe11c8b8f74d4796097d8d04e79c')
+source=("https://github.com/telegraphic/$_name/archive/v$pkgver.tar.gz")
+sha256sums=('b1c4ae4f421187ab562b4a8b61d282e0e90e6d7fc52cffd39880a8ca19adf5cc')
build() {
cd $_name-$pkgver