summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8ce79f03696..c4ab6f7cadfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bart-git
pkgdesc = Berkeley Advanced Reconstruction Toolbox (BART) for Computational Magnetic Resonance Imaging
- pkgver = 0.8.00.r345.ge7203f43
+ pkgver = 0.8.00.r512.g2d6ec2d3
pkgrel = 1
url = https://mrirecon.github.io/bart/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0a1d584872f0..8019cbab4de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bart-git
_pkgname=bart
-pkgver=0.8.00.r345.ge7203f43
+pkgver=0.8.00.r512.g2d6ec2d3
pkgrel=1
pkgdesc="Berkeley Advanced Reconstruction Toolbox (BART) for Computational Magnetic Resonance Imaging"
arch=('x86_64')
@@ -56,6 +56,7 @@ check() {
package() {
cd "$_pkgname"
make PREFIX="$pkgdir"/usr install
+ install commands/* "$pkgdir"/usr/lib/bart/commands/
# Also install the libs, the viewer needs this and its not done by the Makefile atm
install -d "$pkgdir"/usr/lib/bart