summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorandalenavals2017-12-28 10:41:44 -0500
committerandalenavals2017-12-28 10:41:44 -0500
commit2c88ce1d7e5487207eca96775a797d8d056a215c (patch)
treee0a8afa4ea6d7a6d45baa6486ef0f08adb9a2d12 /PKGBUILD
parent03c29453116f1a5a44e354a384430ec43b7f2348 (diff)
downloadaur-tmv.tar.gz
included bash dependency and adding i686 arch
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=()