summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cf025dc78ae..97716bb5c3da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,17 +2,17 @@ pkgbase = python-pyfab
pkgdesc = Python interface to the Fabber Bayesian model fitting tool
pkgver = 0.3.5
pkgrel = 1
- url = https://pyfab.readthedocs.io/en/latest/
+ url = https://pyfab.readthedocs.io
arch = any
license = custom:PYFAB license
makedepends = git
makedepends = python-setuptools
depends = fsl>=6.0.1
- depends = fslpy
depends = python
depends = python-numpy
depends = python-nibabel
depends = python-six
+ optdepends = fslpy: MVN functionality
source = python-pyfab::git+https://github.com/physimals/pyfab.git#tag=v0.3.5
b2sums = SKIP
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')