summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2019-11-29 16:52:53 -0500
committerLiam Timms2019-11-29 16:52:53 -0500
commite546ab80b3a788f8e1a00ac1b419b6cf65185cc8 (patch)
treeb7bfa6448d2cf334a0556344b00983c4cf72c70f
parent4256323992be1cb1f2277ccfc384ca90050c4b52 (diff)
downloadaur-e546ab80b3a788f8e1a00ac1b419b6cf65185cc8.tar.gz
added required python-etelemetry dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 231ba5f0f4c6..2a8b072b9ddf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-nipype
pkgdesc = Neuroimaging in python pipelines and interfaces
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/prov/
arch = any
license = Apache
makedepends = python-sphinx
+ depends = python-etelemetry
depends = python-filelock
depends = python-matplotlib
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 78f3291f508a..8e4692d786c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@
pkgname=python-nipype
_name=${pkgname/python-/}
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Neuroimaging in python pipelines and interfaces'
arch=('any')
url='https://pypi.python.org/pypi/prov/'
license=('Apache')
-depends=('python-filelock' 'python-matplotlib' 'python-numpy' 'python-numpydoc' 'python-scipy' 'python-networkx' 'python-traits' 'python-dateutil' 'python-nibabel' 'python-future' 'python-simplejson' 'python-prov' 'python-click' 'python-funcsigs' 'python-pytest' 'python-mock' 'python-pydotplus' 'python-pydot' 'python-packaging')
+depends=('python-etelemetry' 'python-filelock' 'python-matplotlib' 'python-numpy' 'python-numpydoc' 'python-scipy' 'python-networkx' 'python-traits' 'python-dateutil' 'python-nibabel' 'python-future' 'python-simplejson' 'python-prov' 'python-click' 'python-funcsigs' 'python-pytest' 'python-mock' 'python-pydotplus' 'python-pydot' 'python-packaging')
makedepends=('python-sphinx')
optdepends=('python-dipy' 'ants-git' '3dslicer' 'afni' 'freesurfer' 'fsl' 'spm12')
source=("https://github.com/nipy/${_name}/archive/${pkgver}.tar.gz")