summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn Burton2016-05-30 09:37:37 -0400
committerTarn Burton2016-05-30 09:37:37 -0400
commitbf729e3cdf8b02d0d5d4b80d76018b2aa442a749 (patch)
treef808b3244c5082ef0e909659e1814f964e000646 /PKGBUILD
parentc541357b0e7b24d8ad789903b8f9ebf6ad12139d (diff)
downloadaur-bf729e3cdf8b02d0d5d4b80d76018b2aa442a749.tar.gz
Added texlive-core dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1ecc1894e57..d5bd29f35040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='cadabra2-git'
pkgver=r741.5f9eb01
-pkgrel=1
+pkgrel=2
pkgdesc="A computer algebra system (pre-release version) designed specifically for the solution of problems encountered in field theory."
arch=('i686' 'x86_64')
url="http://cadabra.phi-sci.com/"
license=('GPL')
provides=('cadabra2')
conflicts=('cadabra2')
-depends=('python-matplotlib' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs' 'python-sympy')
+depends=('python-matplotlib' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs' 'python-sympy' 'texlive-core')
makedepends=('cmake' 'boost')
source=("$pkgname::git+https://github.com/kpeeters/cadabra2")
md5sums=('SKIP')