Date: Saturday, January 11, 2020 @ 18:48:12 Author: arojas Revision: 552031
Update to 5.1.0 Modified: sundials/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-11 18:40:25 UTC (rev 552030) +++ PKGBUILD 2020-01-11 18:48:12 UTC (rev 552031) @@ -2,7 +2,7 @@ # Contributor: Elmar Klausmeier <elmar.klausme...@gmail.com> pkgname=sundials -pkgver=5.0.0 +pkgver=5.1.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=('345141ec01c641d0bdfb3476c478b7e74fd6a7192a478a27cafe75d9da2d7dd3') +sha256sums=('fb22d14fad42203809dc46d046b001149ec4e901b23882bd4a80619157fd9b21') prepare() { mkdir -p build