summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b4e7f7f64be..d6ebefb5d329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,11 @@ pkgbase = tmv
pkgver = r101.fab5df3
pkgrel = 1
url = https://github.com/rmjarvis/tmv/
+ arch = i686
arch = x86_64
license = BSD
makedepends = git
- depends = scons
+ depends = bash
depends = cblas
source = tmv-r101.fab5df3::git+https://github.com/rmjarvis/tmv/
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 71833d5dc9ff..a295b8bb5543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,11 @@ pkgrel=1
pkgdesc=" A fast, intuitive linear algebra library for C++ "
-arch=('x86_64')
+arch=('i686' 'x86_64')
url="https://github.com/rmjarvis/tmv/"
license=('BSD')
groups=()
-depends=('cblas')
+depends=('bash' 'cblas')
makedepends=('git')
checkdepends=()
optdepends=()