summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeakster2021-01-20 22:40:42 +0000
committerFeakster2021-01-20 22:40:42 +0000
commit46e1dc8e8058162db09a9375830cbaf9e664d07e (patch)
tree32dce64b72b0a189e55eef541069d03eea1b38ef /PKGBUILD
parent44ba64af2417f94c76cf8db8a4cee38b4ceff17a (diff)
downloadaur-46e1dc8e8058162db09a9375830cbaf9e664d07e.tar.gz
Faffing
- Switched 'fslpy' to an optional dependency as it's only required for MVN functionality. - Modified the 'url' field. - Added notes regarding the source of Fabber.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56a3ffe89815..fe9d40b8cbaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,7 @@
### Notes ###
# - Repo: 'https://github.com/physimals/pyfab'
# - Docs: 'https://pyfab.readthedocs.io/en/latest/'
+# - Fabber is provided by FSL, but can be installed as a standalone (https://github.com/physimals/fabber_core)
### Info ###
pkgname=python-pyfab
@@ -11,9 +12,10 @@ pkgver=0.3.5
pkgrel=1
pkgdesc='Python interface to the Fabber Bayesian model fitting tool'
arch=('any')
-url='https://pyfab.readthedocs.io/en/latest/'
+url='https://pyfab.readthedocs.io'
license=('custom:PYFAB license')
-depends=('fsl>=6.0.1' 'fslpy' 'python' 'python-numpy' 'python-nibabel' 'python-six')
+depends=('fsl>=6.0.1' 'python' 'python-numpy' 'python-nibabel' 'python-six')
+optdepends=('fslpy: MVN functionality')
makedepends=('git' 'python-setuptools')
source=("$pkgname::git+https://github.com/physimals/${_pkgname}.git#tag=v$pkgver")
b2sums=('SKIP')