[arch-commits] Commit in sundials/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Apr 1 20:48:17 UTC 2020
Date: Wednesday, April 1, 2020 @ 20:48:16
Author: arojas
Revision: 609189
Update to 5.2.0
Modified:
sundials/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 20:48:04 UTC (rev 609188)
+++ PKGBUILD 2020-04-01 20:48:16 UTC (rev 609189)
@@ -2,8 +2,8 @@
# Contributor: Elmar Klausmeier <Elmar.Klausmeier at gmail.com>
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"
@@ -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=('fb22d14fad42203809dc46d046b001149ec4e901b23882bd4a80619157fd9b21')
+sha256sums=('95f058acce5bd66e654de65acdbb1c9f44c90cf1b4e28f8d933cdb4415ebba3e')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list