summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c503700000a..8aaa0ecfb862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=python-indexed-gzip
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.7
+pkgrel=1
pkgdesc="Drop-in replacement for the built-in python gzip.GzipFile class (IndexedGzipFile); written to allow fast random access of compressed NIfTI files"
_name=indexed_gzip
arch=('any')
@@ -18,7 +18,7 @@ options=(!emptydirs)
install=
# Switched from PyPi to GitHub due to persistent 404 errors
source=("https://github.com/pauldmccarthy/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('a9aff014cca1229e5cad299ad95a7fae14316ff6c5069bc5b119d76a45f900b6')
+sha256sums=('f09b075980af257f9ec0c56d7609e6bb07b35d6928886dfbd07586de897c0bb5')
package() {
cd "$srcdir/$_name-$pkgver"