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