summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2024-06-08 11:45:09 +0200
committerTobias Bachmann2024-06-08 11:45:09 +0200
commit4e765ca184144bec5ebe51f94bae87a01a935351 (patch)
tree5923da96b862f8dc51b00a4695fd90816f44eb6e /PKGBUILD
parentc563a8915396dc51ea033aa2f4426e7ecadb05d6 (diff)
downloadaur-4e765ca184144bec5ebe51f94bae87a01a935351.tar.gz
fslinstaller version bump
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eccdf3a74f22..cc3f8eaefb38 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fsl
pkgver=6.0.7.7
-pkgrel=1
+pkgrel=2
pkgdesc="A comprehensive library of analysis tools for FMRI, MRI and DTI brain imaging data"
arch=("x86_64")
url="http://www.fmrib.ox.ac.uk/fsl/"
@@ -12,7 +12,7 @@ depends=('python')
source=("fslinstaller.py")
options=('!strip') # Added as it took hours to do this without substantial benefit
-sha256sums=('3db63c9f53edc909b2264bd364c241d72945862726c305025694aae44e544b0c')
+sha256sums=('20705cb996873eec1114b04ba1d8a82a4a10694ed807439261e3dd4f3d4c5844')
build() {
export TMPFSLDIR="${srcdir}/fsl"