summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwedjat2018-10-28 11:17:39 +0100
committerwedjat2018-10-28 11:17:39 +0100
commit2cd5cc07f6b4cf88b2cee7c11ab3f881a130c937 (patch)
treeac1658c4ad3e40fd226323af600ed85d79e1f499
parente861a109b4c06648dcee6157e99fe163de1d5a3f (diff)
downloadaur-2cd5cc07f6b4cf88b2cee7c11ab3f881a130c937.tar.gz
Updated to version 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b3aa2fb783f..2831cbd689a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nibabel
pkgdesc = Python library for reading and writing of some common neuroimaging file formats
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = http://nipy.org/nibabel/index.html
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = python-nibabel
optdepends = python-pydicom: (>=0.9.9) for DICOM support
optdepends = python-pillow: for PNG conversion in DICOMFS
optdepends = python-indexed-gzip
- source = python-nibabel-2.3.0.tar.gz::https://github.com/nipy/nibabel/archive/2.3.0.tar.gz
- md5sums = 6fac630396d6b1873c1b094b7eef2c29
+ source = python-nibabel-2.3.1.tar.gz::https://github.com/nipy/nibabel/archive/2.3.1.tar.gz
+ md5sums = 8c1955b1c29c3667b05daf4e46961007
pkgname = python-nibabel
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()
{