summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2019-12-18 17:40:53 -0500
committerLiam Timms2019-12-18 17:40:53 -0500
commit3d2421497948cac3383d2579bfbda9429ac74ac6 (patch)
tree4c6156ea8157622e36a6e2da2dd07ae91591bee5
parentb86b5524dc9b4fcdf16d9dcab390c458a0ef7a10 (diff)
downloadaur-3d2421497948cac3383d2579bfbda9429ac74ac6.tar.gz
update to 3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dc7fd5e4e7a..6ec19f00028c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-nibabel
pkgdesc = Python library for reading and writing of some common neuroimaging file formats
- pkgver = 2.5.1
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = http://nipy.org/nibabel/index.html
arch = any
license = MIT
@@ -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.5.1.tar.gz::https://github.com/nipy/nibabel/archive/2.5.1.tar.gz
- sha512sums = 49de1a42113e64a56336e02f3143588b574c7b063b10b892ee125048451be701955e505bd1d51183327e2ee221f8364005fdd9fa7d256343113ab6ca1994820d
+ source = python-nibabel-3.0.0.tar.gz::https://github.com/nipy/nibabel/archive/3.0.0.tar.gz
+ sha512sums = eec66fd0a2cfcfece37bd11023e40a6806dc1e0fd1f9144a63830ecd1bc49a8491fd308e2f560379017581008cb5a134cb77a9903c09574083a24b95c6a3ff96
pkgname = python-nibabel
diff --git a/PKGBUILD b/PKGBUILD
index 539beb753c27..f9506958ebad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Masoud <mpoloton@gmail.com>
pkgname=python-nibabel
-pkgver=2.5.1
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc='Python library for reading and writing of some common neuroimaging file formats'
arch=('any')
url='http://nipy.org/nibabel/index.html'
@@ -18,7 +18,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")
-sha512sums=('49de1a42113e64a56336e02f3143588b574c7b063b10b892ee125048451be701955e505bd1d51183327e2ee221f8364005fdd9fa7d256343113ab6ca1994820d')
+sha512sums=('eec66fd0a2cfcfece37bd11023e40a6806dc1e0fd1f9144a63830ecd1bc49a8491fd308e2f560379017581008cb5a134cb77a9903c09574083a24b95c6a3ff96')
build()
{