summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn Burton2016-02-27 08:49:28 -0500
committerTarn Burton2016-02-27 08:49:28 -0500
commitc9a240715ae6bf055951bbf4d430b4d0b0afa2de (patch)
tree1e31d7c1972c92bcc4725d02f402bc17ca802ec1 /PKGBUILD
parent874932204e0a15d4790a16120be2e617e301d37c (diff)
downloadaur-c9a240715ae6bf055951bbf4d430b4d0b0afa2de.tar.gz
Added sympy dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'