summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwedjat2019-05-26 12:04:22 +0200
committerwedjat2019-05-26 12:04:22 +0200
commitfe5bb4e7f22721810fbd0355c9e012285c55f73a (patch)
tree753b28461ccc61d1c0b00aebcb0a09e18dc42e63
parent771920e9a43c619596d12f61521a121e40477842 (diff)
downloadaur-fe5bb4e7f22721810fbd0355c9e012285c55f73a.tar.gz
Updates to version 2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f52cfaa7fd0..5099a978b547 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.3
+ pkgver = 2.4.0
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.3.tar.gz::https://github.com/nipy/nibabel/archive/2.3.3.tar.gz
- md5sums = 49137113c4134c45e732949c84d54eeb
+ source = python-nibabel-2.4.0.tar.gz::https://github.com/nipy/nibabel/archive/2.4.0.tar.gz
+ md5sums = de457e9a7ae923182eda950e8f10a904
pkgname = python-nibabel
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()
{