summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Holme2023-09-19 12:08:22 +0200
committerChristian Holme2023-09-19 12:08:22 +0200
commit28f71cc8ee0196940ff86d37866856448141262a (patch)
treefe495a84b599844e4f517f1a30ca4e365d3e6c4b
parent4bdceb70b6392be184f8da794b884307c603bd7c (diff)
downloadaur-bart-git.tar.gz
bart-git: install commands into proper dir
-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