summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwedjat2019-05-26 12:04:22 +0200
committerwedjat2019-05-26 12:04:22 +0200
commitfe5bb4e7f22721810fbd0355c9e012285c55f73a (patch)
tree753b28461ccc61d1c0b00aebcb0a09e18dc42e63 /PKGBUILD
parent771920e9a43c619596d12f61521a121e40477842 (diff)
downloadaur-fe5bb4e7f22721810fbd0355c9e012285c55f73a.tar.gz
Updates to version 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc257fbc5c9c..06b96e2b89d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Masoud <mpoloton@gmail.com>
pkgname=python-nibabel
-pkgver=2.3.3
+pkgver=2.4.0
pkgrel=1
pkgdesc='Python library for reading and writing of some common neuroimaging file formats'
arch=('x86_64') #i686 not tested
@@ -16,7 +16,7 @@ optdepends=('python-scipy: for full SPM-ANALYZE support' 'python-pydicom: (>=0.9
'python-pillow: for PNG conversion in DICOMFS' 'python-indexed-gzip')
install=
source=("$pkgname-$pkgver.tar.gz::https://github.com/nipy/nibabel/archive/$pkgver.tar.gz")
-md5sums=('49137113c4134c45e732949c84d54eeb')
+md5sums=('de457e9a7ae923182eda950e8f10a904')
build()
{