summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrin Tymroek2019-03-03 10:57:32 +0100
committerAdrin Tymroek2019-03-03 10:57:32 +0100
commit771920e9a43c619596d12f61521a121e40477842 (patch)
tree6d59b8a4b5fb8e336e7352a64658ad1b39b3bc70 /PKGBUILD
parent2cd5cc07f6b4cf88b2cee7c11ab3f881a130c937 (diff)
downloadaur-771920e9a43c619596d12f61521a121e40477842.tar.gz
Update to version 2.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e064213ad13c..cc257fbc5c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Masoud <mpoloton@gmail.com>
pkgname=python-nibabel
-pkgver=2.3.1
+pkgver=2.3.3
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=('8c1955b1c29c3667b05daf4e46961007')
+md5sums=('49137113c4134c45e732949c84d54eeb')
build()
{