summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c3bd05ec351..89a92797a3a4 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc=" A fast, intuitive linear algebra library for C++ "
arch=('i686' 'x86_64')
url="https://github.com/rmjarvis/tmv/"
license=('BSD')
-depends=('bash' 'cblas')
-makedepends=('git')
+depends=('bash')
+makedepends=('git' 'scons')
source=("${_pkgname}::git+${url}")
md5sums=('SKIP')