summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLiam Timms2022-08-03 13:22:49 -0400
committerLiam Timms2022-08-03 13:22:49 -0400
commitd12554a37032888a32abc23b7aea419bbf09a9d5 (patch)
treef43b79d5f510a8cc138f8431f3ade749a0301ee7 /PKGBUILD
parent0e953870d176474fe52ae583820a0a6140ac7b6f (diff)
downloadaur-d12554a37032888a32abc23b7aea419bbf09a9d5.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97fd361540c2..3c01f735a4e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-nibabel
_pkgname=nibabel
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc='Python library for reading and writing of some common neuroimaging file formats'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=('python-setuptools')
# checkdepends=('python-nose' 'python-mock')
optdepends=('python-scipy: for full SPM-ANALYZE support' 'python-pydicom: for DICOM support' 'python-pillow: for PNG conversion in DICOMFS' 'python-h5py: for MINC2 support' 'python-indexed-gzip')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/nipy/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('1b34901e69ff7aaabfb94e49199de761eb7e397a0a7360c2077935d250368cd061cf1fa9c6ef561fa7707e4853c421b039818bfa4b32fc4792555f3d6235eeb7')
+sha512sums=('98f37218168ef1715082b2a54e6b890a10aef79beaca924356958cd643621a3d998a226a48ede5cae7154cba5cf1c6cc40c039e3021811f4b42f11a42a5a07f2')
build()
{