summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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=()