summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc35a86fe41b..ed36f4b104a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 27 13:28:45 UTC 2016
+# Sat Feb 27 13:49:08 UTC 2016
pkgbase = cadabra2-git
pkgdesc = A computer algebra system (pre-release version) designed specifically for the solution of problems encountered in field theory.
pkgver = r467.f8f50cf
@@ -18,6 +18,7 @@ pkgbase = cadabra2-git
depends = jsoncpp
depends = mathjax
depends = boost-libs<1.60.0
+ depends = python2-sympy
provides = cadabra
conflicts = cadabra2
conflicts = cadabra
diff --git a/PKGBUILD b/PKGBUILD
index 026029027aaf..54bf32ea62d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://cadabra.phi-sci.com/"
license=('GPL')
provides=('cadabra')
conflicts=('cadabra2' 'cadabra' 'cadabra-git')
-depends=('python2-matplotlib' 'python2-mpmath' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs<1.60.0')
+depends=('python2-matplotlib' 'python2-mpmath' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs<1.60.0' 'python2-sympy')
makedepends=('cmake' 'gcc' 'boost<1.60.0')
source=("$pkgname::git+https://github.com/kpeeters/cadabra2" "package.patch" "cadabra.desktop")
md5sums=('SKIP'