summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2024-03-03 12:31:59 +0100
committerTobias Bachmann2024-03-03 12:31:59 +0100
commitc563a8915396dc51ea033aa2f4426e7ecadb05d6 (patch)
tree3fc56704af2c4f0993bd87b4b71ea207fe314b08 /PKGBUILD
parentb5d6f8e37587396c0a0d4acc0106534ad9733f99 (diff)
downloadaur-fsl.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4577f6ece482..eccdf3a74f22 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: fishburn <frankthefishburn@gmail.com>
pkgname=fsl
-pkgver=6.0.7.4
+pkgver=6.0.7.7
pkgrel=1
pkgdesc="A comprehensive library of analysis tools for FMRI, MRI and DTI brain imaging data"
arch=("x86_64")
@@ -10,8 +10,9 @@ url="http://www.fmrib.ox.ac.uk/fsl/"
license=('custom')
depends=('python')
source=("fslinstaller.py")
+options=('!strip') # Added as it took hours to do this without substantial benefit
-sha256sums=('97aa9b7524cc18a28ca658d6cacf9ab017a386d16484e67fed5ebd824d4c5e7f')
+sha256sums=('3db63c9f53edc909b2264bd364c241d72945862726c305025694aae44e544b0c')
build() {
export TMPFSLDIR="${srcdir}/fsl"