summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwedjat2018-10-28 11:17:39 +0100
committerwedjat2018-10-28 11:17:39 +0100
commit2cd5cc07f6b4cf88b2cee7c11ab3f881a130c937 (patch)
treeac1658c4ad3e40fd226323af600ed85d79e1f499 /PKGBUILD
parente861a109b4c06648dcee6157e99fe163de1d5a3f (diff)
downloadaur-2cd5cc07f6b4cf88b2cee7c11ab3f881a130c937.tar.gz
Updated to version 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7170460d13b1..e064213ad13c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Masoud <mpoloton@gmail.com>
pkgname=python-nibabel
-pkgver=2.3.0
+pkgver=2.3.1
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=('6fac630396d6b1873c1b094b7eef2c29')
+md5sums=('8c1955b1c29c3667b05daf4e46961007')
build()
{