summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn Burton2016-02-27 08:46:32 -0500
committerTarn Burton2016-02-27 08:46:32 -0500
commit874932204e0a15d4790a16120be2e617e301d37c (patch)
treea94a4776dc23bebd36c0a65d22238d0114352778 /PKGBUILD
parente4534c92bb563480f3101867af086227713e9b70 (diff)
downloadaur-874932204e0a15d4790a16120be2e617e301d37c.tar.gz
Required Boost < 1.60 to avoid bug.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 829a789b67d2..026029027aaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='cadabra2-git'
pkgver=r467.f8f50cf
-pkgrel=1
-pkgdesc="A computer algebra system designed specifically for the solution of problems encountered in field theory."
+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=('cadabra')
conflicts=('cadabra2' 'cadabra' 'cadabra-git')
-depends=('python2-matplotlib' 'python2-mpmath' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs')
-makedepends=('cmake' 'gcc' 'boost')
+depends=('python2-matplotlib' 'python2-mpmath' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs<1.60.0')
+makedepends=('cmake' 'gcc' 'boost<1.60.0')
source=("$pkgname::git+https://github.com/kpeeters/cadabra2" "package.patch" "cadabra.desktop")
md5sums=('SKIP'
'bae9fc577f0057f24ac51fca61aeac78'