summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn Burton2017-07-16 15:23:19 -0400
committerTarn Burton2017-07-16 15:23:19 -0400
commited0ebd7673a569aeba4021e70e7aecb560f79cad (patch)
tree3587836ff0918fae4f42a7774dde15b704729d24
parent119e401fc322c13dcc18840bad87031a17924e50 (diff)
downloadaur-ed0ebd7673a569aeba4021e70e7aecb560f79cad.tar.gz
Update dependencies
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD21
2 files changed, 27 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f928f4660cbe..0d41691f05fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,25 @@
# Generated by mksrcinfo v8
-# Sat Jul 15 22:57:01 UTC 2017
+# Sun Jul 16 19:23:06 UTC 2017
pkgbase = cadabra2-git
pkgdesc = A computer algebra system (pre-release version) designed specifically for the solution of problems encountered in field theory.
pkgver = r1261.126e159e2
- pkgrel = 1
+ pkgrel = 2
url = http://cadabra.science/
install = package.install
arch = i686
arch = x86_64
license = GPL
- makedepends = cmake
makedepends = boost
- depends = python-matplotlib
+ makedepends = cmake
+ makedepends = git
+ depends = boost-libs
+ depends = glibmm
+ depends = gmp
depends = gtkmm3
depends = jsoncpp
depends = mathjax
- depends = boost-libs
+ depends = pcre
+ depends = python-matplotlib
depends = python-sympy
depends = texlive-core
conflicts = cadabra2
diff --git a/PKGBUILD b/PKGBUILD
index 4f4e936c8523..d479a7e291eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,29 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='cadabra2-git'
pkgver=r1261.126e159e2
-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.science/"
license=('GPL')
conflicts=('cadabra2')
-depends=('python-matplotlib' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs' 'python-sympy' 'texlive-core')
-makedepends=('cmake' 'boost')
+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" "package.patch")
md5sums=('SKIP'
'f18d2d5c9c70064e422cdbd7954ecd59')