From be8fb92d13fcdfeb795d6e2673a02821965b412b Mon Sep 17 00:00:00 2001 From: Michel Zou Date: Tue, 22 Apr 2025 19:30:11 +0200 Subject: [PATCH] 7.3.0 --- .SRCINFO | 6 +++--- PKGBUILD | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6ecdee4cdbf2..dbc45e7396d5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = sundials-seq pkgdesc = Suite of nonlinear differential/algebraic equation solvers (sequential version) - pkgver = 7.1.1 + pkgver = 7.3.0 pkgrel = 1 url = https://computing.llnl.gov/projects/sundials arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = sundials-seq depends = suitesparse provides = sundials conflicts = sundials - source = https://github.com/LLNL/sundials/archive/v7.1.1/sundials-7.1.1.tar.gz - sha256sums = cb86c5723e5b06129050ac3721c3080a5cf60b97f3d4e1cda0cf03d1a3fed177 + source = https://github.com/LLNL/sundials/archive/v7.3.0/sundials-7.3.0.tar.gz + sha256sums = 697b7b0dbc229f149e39b293d1ab03d321d61adb6733ffb78c0ddbffaf73d839 pkgname = sundials-seq diff --git a/PKGBUILD b/PKGBUILD index b44a244bc931..a1518a0a47c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,15 @@ pkgname=sundials-seq _pkgname=sundials -pkgver=7.1.1 +pkgver=7.3.0 pkgrel=1 pkgdesc='Suite of nonlinear differential/algebraic equation solvers (sequential version)' arch=(x86_64) url='https://computing.llnl.gov/projects/sundials' license=(BSD) depends=(suitesparse) -makedepends=(cmake - gcc-fortran - python) +makedepends=(cmake gcc-fortran python) source=(https://github.com/LLNL/sundials/archive/v$pkgver/$_pkgname-$pkgver.tar.gz) -sha256sums=('cb86c5723e5b06129050ac3721c3080a5cf60b97f3d4e1cda0cf03d1a3fed177') +sha256sums=('697b7b0dbc229f149e39b293d1ab03d321d61adb6733ffb78c0ddbffaf73d839') provides=(sundials) conflicts=(sundials)