summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2020-04-25 14:07:28 -0400
committerLiam Timms2020-04-25 14:07:28 -0400
commit018d7c4ec1892fdad83606c4b90f8099217fc218 (patch)
treefecb34bae46875d8391fe59312871f37aa0a5e9d
parent7adc648a11ec1faa494cbf2d533c58fa42ea079f (diff)
downloadaur-018d7c4ec1892fdad83606c4b90f8099217fc218.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d51ae5c7d7fd..ea2a4b053448 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 = 3.0.2
+ pkgver = 3.1.0
pkgrel = 1
url = http://nipy.org/nibabel
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-nibabel
optdepends = python-pillow: for PNG conversion in DICOMFS
optdepends = python-h5py: for MINC2 support
optdepends = python-indexed-gzip
- source = nibabel-3.0.2.tar.gz::https://github.com/nipy/nibabel/archive/3.0.2.tar.gz
- sha512sums = 51a10a72ade0382e43a006a0b9453b0c00f962a1c0d32c7a9da6ce3b9c95db05cd3bd672389d514107768b688a8315cba2e34d52bc845db3ca3e7912a1a0a8ac
+ source = nibabel-3.1.0.tar.gz::https://github.com/nipy/nibabel/archive/3.1.0.tar.gz
+ sha512sums = f97158e4b40c2401d939941773f9c4e2941d44fd592670aadf7766d514af97b942b4ab53cb9c360e917c43ee0ce41d4c5af26306d4f90a79f7fc03dc459e1420
pkgname = python-nibabel
diff --git a/PKGBUILD b/PKGBUILD
index aee17332202a..fd0ab918ca57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-nibabel
_pkgname=nibabel
-pkgver=3.0.2
+pkgver=3.1.0
pkgrel=1
pkgdesc='Python library for reading and writing of some common neuroimaging file formats'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=('python-setuptools')
# checkdepends=('python-nose' 'python-mock')
optdepends=('python-scipy: for full SPM-ANALYZE support' 'python-pydicom: for DICOM support' 'python-pillow: for PNG conversion in DICOMFS' 'python-h5py: for MINC2 support' 'python-indexed-gzip')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/nipy/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('51a10a72ade0382e43a006a0b9453b0c00f962a1c0d32c7a9da6ce3b9c95db05cd3bd672389d514107768b688a8315cba2e34d52bc845db3ca3e7912a1a0a8ac')
+sha512sums=('f97158e4b40c2401d939941773f9c4e2941d44fd592670aadf7766d514af97b942b4ab53cb9c360e917c43ee0ce41d4c5af26306d4f90a79f7fc03dc459e1420')
build()
{