summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2019-04-05 20:17:28 +0200
committerTobias Bachmann2019-04-05 20:17:28 +0200
commita7e34eeecd72d2643b0bdd22ff827730b6234c1a (patch)
treec36d14ca65095b44b7428a69a0df7e6792b4ad48
parent5a4101beab0b97d0a9536a24b594e2fed260c77c (diff)
downloadaur-a7e34eeecd72d2643b0bdd22ff827730b6234c1a.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85d108fc9068..ccce7b1cd131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-indexed-gzip
pkgdesc = Drop-in replacement for the built-in python gzip.GzipFile class (IndexedGzipFile); written to allow fast random access of compressed NIfTI files
- pkgver = 0.8.7
+ pkgver = 0.8.8
pkgrel = 1
arch = any
license = ZLIB
depends = python
depends = cython
options = !emptydirs
- source = https://github.com/pauldmccarthy/indexed_gzip/archive/v0.8.7.tar.gz
- sha256sums = f09b075980af257f9ec0c56d7609e6bb07b35d6928886dfbd07586de897c0bb5
+ source = https://github.com/pauldmccarthy/indexed_gzip/archive/v0.8.8.tar.gz
+ sha256sums = 1b237d26dc84bac870c41564a4b0fe48073586e1d7552b6bed8f9b68f6e0757f
pkgname = python-indexed-gzip
diff --git a/PKGBUILD b/PKGBUILD
index 8aaa0ecfb862..37140103d099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=python-indexed-gzip
-pkgver=0.8.7
+pkgver=0.8.8
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
@@ -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=('f09b075980af257f9ec0c56d7609e6bb07b35d6928886dfbd07586de897c0bb5')
+sha256sums=('1b237d26dc84bac870c41564a4b0fe48073586e1d7552b6bed8f9b68f6e0757f')
package() {
cd "$srcdir/$_name-$pkgver"