summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Martin2018-01-22 14:59:09 -0600
committerStephen Martin2018-01-22 14:59:09 -0600
commita56ea98514af74b1aa2ad16a1c47df3045e22301 (patch)
tree06be27dc047b7a5824c829372b9da509b851752b
parent5c6ffab91a5636c71bf120f4f6ed7aef35c3fb9a (diff)
downloadaur-a56ea98514af74b1aa2ad16a1c47df3045e22301.tar.gz
Added python-scipy as dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85bb30814bb3..8e004d738ead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 21 01:14:33 UTC 2018
+# Mon Jan 22 20:58:58 UTC 2018
pkgbase = jamovi-git
pkgdesc = Open Source Software to bridge the gap between researcher and statistician
pkgver = r716.8774368
@@ -20,6 +20,7 @@ pkgbase = jamovi-git
depends = python-yaml
depends = boost-libs
depends = python-chardet
+ depends = python-scipy
depends = r-cran-rinside
depends = gcc6-libs
optdepends = jamovi-rbundle: R backend for various analyses
diff --git a/PKGBUILD b/PKGBUILD
index 1ee1e054f468..75978008bffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Open Source Software to bridge the gap between researcher and statistic
arch=('any')
url="https://www.jamovi.org/"
license=('GPL')
-depends=('electron' 'python' 'python-protobuf' 'python-tornado' 'python-nanomsg' 'python-yaml' 'boost-libs' 'python-chardet' 'r-cran-rinside' 'gcc6-libs') #gcc6 libs added for libgfortran.so.3
+depends=('electron' 'python' 'python-protobuf' 'python-tornado' 'python-nanomsg' 'python-yaml' 'boost-libs' 'python-chardet' 'python-scipy' 'r-cran-rinside' 'gcc6-libs') #gcc6 libs added for libgfortran.so.3
optdepends=("jamovi-rbundle: R backend for various analyses")
makedepends=('boost' 'npm' 'cython' 'git' 'r-cran-rinside')
provides=("${pkgname%-git}")