diff --git a/community/sundials/PKGBUILD b/community/sundials/PKGBUILD index 97f1aac90..1f11f2491 100644 --- a/community/sundials/PKGBUILD +++ b/community/sundials/PKGBUILD @@ -5,8 +5,8 @@ # - set SUNDIALS_INDEX_TYPE for 32-bit ARM pkgname=sundials -pkgver=5.1.0 -pkgrel=2 +pkgver=5.2.0 +pkgrel=1 pkgdesc="Suite of nonlinear differential/algebraic equation solvers" arch=(x86_64) url="https://computation.llnl.gov/casc/sundials/main.html" @@ -14,7 +14,7 @@ license=(BSD) depends=(openmpi suitesparse) makedepends=(cmake gcc-fortran python) source=("https://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz") -sha256sums=('fb22d14fad42203809dc46d046b001149ec4e901b23882bd4a80619157fd9b21') +sha256sums=('95f058acce5bd66e654de65acdbb1c9f44c90cf1b4e28f8d933cdb4415ebba3e') prepare() { mkdir -p build