summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2020-07-19 21:24:03 -0400
committerLiam Timms2020-07-19 21:24:03 -0400
commit90b0caefb3b6d16d75d93e3ec024a9759eceaf50 (patch)
tree5abc1487a814b8f997e4f9a334199e58b3b62e41
parent018d7c4ec1892fdad83606c4b90f8099217fc218 (diff)
downloadaur-90b0caefb3b6d16d75d93e3ec024a9759eceaf50.tar.gz
useful commit message
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea2a4b053448..f6b0c5557be7 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.1.0
+ pkgver = 3.1.1
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.1.0.tar.gz::https://github.com/nipy/nibabel/archive/3.1.0.tar.gz
- sha512sums = f97158e4b40c2401d939941773f9c4e2941d44fd592670aadf7766d514af97b942b4ab53cb9c360e917c43ee0ce41d4c5af26306d4f90a79f7fc03dc459e1420
+ source = nibabel-3.1.1.tar.gz::https://github.com/nipy/nibabel/archive/3.1.1.tar.gz
+ sha512sums = 194c32d04787da4bc01967cdae498af1ffe835fffb0966f8778225098b2832254b536e630d71a81fd7486407775fe93e2802c6265f4e178cdc7a5743de6a8772
pkgname = python-nibabel
diff --git a/PKGBUILD b/PKGBUILD
index fd0ab918ca57..28238efbded8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-nibabel
_pkgname=nibabel
-pkgver=3.1.0
+pkgver=3.1.1
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=('f97158e4b40c2401d939941773f9c4e2941d44fd592670aadf7766d514af97b942b4ab53cb9c360e917c43ee0ce41d4c5af26306d4f90a79f7fc03dc459e1420')
+sha512sums=('194c32d04787da4bc01967cdae498af1ffe835fffb0966f8778225098b2832254b536e630d71a81fd7486407775fe93e2802c6265f4e178cdc7a5743de6a8772')
build()
{