diff --git a/PKGBUILD b/PKGBUILD index 420c9e5..75c47fb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,7 +27,7 @@ source=(https://github.com/symengine/symengine/releases/download/v$pkgver/$pkgna flint-3.patch) sha256sums=('217b39955dc19f920c6f54c057fdc89e8e155ddee8f0e3c3cacc67b3e3850b64' 'ef05a806139b35e0336f00cb6960ef6cf483f11b0041e436a99ab1f46bdcb11c' - '97533a142635f3e8836d528f8e6a123197a03b0ca30082c061ce8a50a9641827') + '56e2bb917b15db4cb82298b1bfead472959f28f9d274c7d19d92c76529f402b1') prepare() { patch -d $pkgname-$pkgver -p1 < llvm-shared.patch # Use shared LLVM (Gentoo) diff --git a/flint-3.patch b/flint-3.patch index 530d853..4e9f17b 100644 --- a/flint-3.patch +++ b/flint-3.patch @@ -16,14 +16,16 @@ diff --git a/symengine/eval_arb.h b/symengine/eval_arb.h index 8d6f00c1..e162a9ff 100644 --- a/symengine/eval_arb.h +++ b/symengine/eval_arb.h -@@ -11,6 +11,7 @@ +@@ -11,7 +11,8 @@ #ifdef HAVE_SYMENGINE_ARB #include +-#include +#include - #include ++#include namespace SymEngine + { diff --git a/symengine/flint_wrapper.h b/symengine/flint_wrapper.h index 21cfcef0..edf07e22 100644 --- a/symengine/flint_wrapper.h