summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn Burton2017-08-06 08:31:44 -0400
committerTarn Burton2017-08-06 08:31:44 -0400
commit9f6815c1a3b5cc4e3dbb7054a8808445ade3a4e7 (patch)
tree91ae334eef0870f7cc7dba4ee8c7f578bbedd29d
parent7f95102ea3cb30f17497208e0654c5710d2ed7cc (diff)
downloadaur-9f6815c1a3b5cc4e3dbb7054a8808445ade3a4e7.tar.gz
Update dependencies
-rw-r--r--PKGBUILD21
1 files changed, 18 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4247fb543828..d30c085b3d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,29 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='cadabra2'
pkgver=2.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="A computer algebra system designed specifically for the solution of problems encountered in field theory."
arch=('i686' 'x86_64')
url="http://cadabra.science/"
license=('GPL')
conflicts=('cadabra2-git')
-depends=('python-matplotlib' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs' 'python-sympy' 'texlive-core')
-makedepends=('cmake' 'boost' 'git')
+depends=(
+ 'boost-libs'
+ 'glibmm'
+ 'gmp'
+ 'gtkmm3'
+ 'jsoncpp'
+ 'mathjax'
+ 'pcre'
+ 'python-matplotlib'
+ 'python-sympy'
+ 'texlive-core'
+)
+makedepends=(
+ 'boost'
+ 'cmake'
+ 'git'
+)
source=("$pkgname::git+https://github.com/kpeeters/cadabra2#tag=$pkgver" "package.patch")
md5sums=('SKIP'
'2cf414a7280fd64858d1d19d38d4bd8c')