Date: Tuesday, November 3, 2020 @ 07:34:04 Author: arojas Revision: 740373
Update to 5.5.0 Modified: sundials/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-03 07:22:11 UTC (rev 740372) +++ PKGBUILD 2020-11-03 07:34:04 UTC (rev 740373) @@ -2,7 +2,7 @@ # Contributor: Elmar Klausmeier <[email protected]> pkgname=sundials -pkgver=5.4.0 +pkgver=5.5.0 pkgrel=1 pkgdesc="Suite of nonlinear differential/algebraic equation solvers" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(openmpi suitesparse) makedepends=(cmake gcc-fortran python) source=("https://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz") -sha256sums=('04d8a2ebe02cdaeef5a9e22ff7e3146bb563d8400f65772b6c7af80001413ffa') +sha256sums=('2a755e89aab96d2ff096a4e30bf00bb162e80be20e9e99f424dccfb249098237') build() { cmake -B build -S $pkgname-$pkgver \
