summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-29 13:58:45 -0500
committerCarlos Aznarán2024-02-29 13:58:45 -0500
commitfecb4fd287d6e7177a43717b61fbe44cadba39e1 (patch)
tree41b368f7ac24d9a8f039afb42f27a26d07f4dbeb
parent7b3ac5d7276515a2acc1d486022637c7be996820 (diff)
downloadaur-cadabra2.tar.gz
Bump version to 2.4.5.4
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18a45003ec2f..54ec153e739a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = cadabra2
url = https://cadabra.science
arch = x86_64
license = GPL-3.0-or-later
+ makedepends = boost
makedepends = cmake
depends = boost-libs
depends = glibmm
diff --git a/PKGBUILD b/PKGBUILD
index 3ff21349852f..0ede7b81d4a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=(GPL-3.0-or-later)
conflicts=(${pkgname}-git)
depends=(boost-libs glibmm gmp gtkmm3 jsoncpp python-gmpy2 jupyterlab python-matplotlib
python-sympy sqlite texlive-latexextra texlive-mathscience)
-makedepends=(cmake) # system-wide pybind11 is not used, instead bundled yes.
+makedepends=(boost cmake) # system-wide pybind11 is not used, instead bundled yes.
optdepends=('mathjax: Doxygen documentation'
'doxygen: Doxygen documentation')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpeeters/${pkgname}/archive/${pkgver}.tar.gz)