summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2019-04-10 13:15:26 +0200
committerTobias Bachmann2019-04-10 13:15:26 +0200
commit66bdc59291f299d5f8f7ed5c436681f78735b55d (patch)
tree477160f9c0eb481baf023c98beba6f27ae067617
parentfe7824f2fd61e167e5a207f441c26a3af0f6a8da (diff)
downloadaur-66bdc59291f299d5f8f7ed5c436681f78735b55d.tar.gz
Initial upload
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26ffd47d8b1b..3f7f97df8978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = fsl-palm
pkgdesc = PALM is a set of GNU Octave/MATLAB scripts to perform Permutation Analysis for the Linear Model
pkgver = alpha115
- pkgrel = 3
+ pkgrel = 4
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/PALM
arch = any
license = GPL
- depends = fsl
depends = octave
depends = octave-image
+ optdepends = fsl: support for additional image formats, e.g. compressed NIfTI files
+ optdepends = freesurfer-bin: support to read/write FreeSurfer files directly
source = https://s3-us-west-2.amazonaws.com/andersonwinkler/palm/palm-alpha115.tar.gz
source = 001-adjust_path_for_systemwide_install.patch
sha256sums = e3f31cb94a98003ce1384e5d5c9f2901a25023a2132f36317efdf7f208b84ba4
diff --git a/PKGBUILD b/PKGBUILD
index 13eea84025fb..3aa42fd77fba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsl-palm
pkgver=alpha115
-pkgrel=3
+pkgrel=4
pkgdesc="PALM is a set of GNU Octave/MATLAB scripts to perform Permutation Analysis for the Linear Model"
arch=('any')
url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/PALM"
license=('GPL')
-depends=('fsl' 'octave' 'octave-image')
+depends=('octave' 'octave-image')
+optdepends=('fsl: support for additional image formats, e.g. compressed NIfTI files'
+ 'freesurfer-bin: support to read/write FreeSurfer files directly')
source=("https://s3-us-west-2.amazonaws.com/andersonwinkler/palm/${pkgname##fsl-}-${pkgver}.tar.gz"
"001-adjust_path_for_systemwide_install.patch")
sha256sums=('e3f31cb94a98003ce1384e5d5c9f2901a25023a2132f36317efdf7f208b84ba4'