summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD4
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad8307f3327f..f1ddaf603bf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,29 @@
# Generated by mksrcinfo v8
-# Sat Apr 15 22:31:15 UTC 2017
+# Sun Aug 6 12:38:42 UTC 2017
pkgbase = cadabra2
pkgdesc = A computer algebra system designed specifically for the solution of problems encountered in field theory.
- pkgver = 2.1.4
+ pkgver = 2.1.5.1.4
pkgrel = 1
url = http://cadabra.science/
install = package.install
arch = i686
arch = x86_64
license = GPL
- makedepends = cmake
makedepends = boost
+ makedepends = cmake
makedepends = git
- depends = python-matplotlib
+ 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-git
- source = cadabra2::git+https://github.com/kpeeters/cadabra2#tag=2.1.4
+ source = cadabra2::git+https://github.com/kpeeters/cadabra2#tag=2.1.5.1.4
source = package.patch
md5sums = SKIP
md5sums = 2cf414a7280fd64858d1d19d38d4bd8c
diff --git a/PKGBUILD b/PKGBUILD
index d30c085b3d25..c4af295e6b74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='cadabra2'
-pkgver=2.1.4
-pkgrel=2
+pkgver=2.1.5.1.4
+pkgrel=1
pkgdesc="A computer algebra system designed specifically for the solution of problems encountered in field theory."
arch=('i686' 'x86_64')
url="http://cadabra.science/"