summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2019-12-21 17:05:12 -0500
committerLiam Timms2019-12-21 17:05:12 -0500
commit52f7f0a9579e052078b13a1adcc296af01e670c5 (patch)
tree6eee91ee8aa86c68cc02d3beb94ba90f2e594ea8
parente546ab80b3a788f8e1a00ac1b419b6cf65185cc8 (diff)
downloadaur-52f7f0a9579e052078b13a1adcc296af01e670c5.tar.gz
updated to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a8b072b9ddf..e9b9f030ecd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nipype
pkgdesc = Neuroimaging in python pipelines and interfaces
- pkgver = 1.3.1
+ pkgver = 1.4.0
pkgrel = 2
url = https://pypi.python.org/pypi/prov/
arch = any
@@ -33,8 +33,8 @@ pkgbase = python-nipype
optdepends = freesurfer
optdepends = fsl
optdepends = spm12
- source = https://github.com/nipy/nipype/archive/1.3.1.tar.gz
- sha256sums = 5f3e6e26b5dd609f1b78791718bcf22cbebc6195d4dafeacae51c07b46d5278a
+ source = https://github.com/nipy/nipype/archive/1.4.0.tar.gz
+ sha256sums = 7ad51c07f1578a4f8f6c89bf6279d63863e5fd87f7743f9395cfeaec0992ee64
pkgname = python-nipype
diff --git a/PKGBUILD b/PKGBUILD
index 8e4692d786c5..8e610d5d93cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# Contributor: Frank Fishburn <frankthefishburn@gmail.com>
# Maintainer: Liam Timms <timms5000@gmail.com>
+# Contributor: Frank Fishburn <frankthefishburn@gmail.com>
## Configuration
@@ -9,7 +9,7 @@
pkgname=python-nipype
_name=${pkgname/python-/}
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=2
pkgdesc='Neuroimaging in python pipelines and interfaces'
arch=('any')
@@ -19,7 +19,7 @@ depends=('python-etelemetry' 'python-filelock' 'python-matplotlib' 'python-numpy
makedepends=('python-sphinx')
optdepends=('python-dipy' 'ants-git' '3dslicer' 'afni' 'freesurfer' 'fsl' 'spm12')
source=("https://github.com/nipy/${_name}/archive/${pkgver}.tar.gz")
-sha256sums=('5f3e6e26b5dd609f1b78791718bcf22cbebc6195d4dafeacae51c07b46d5278a')
+sha256sums=('7ad51c07f1578a4f8f6c89bf6279d63863e5fd87f7743f9395cfeaec0992ee64')
_setpaths(){