Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
sundials
Commits:
4036847a by Antonio Rojas at 2026-01-26T21:17:11+01:00
upgpkg: 7.6.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers
- pkgver = 7.5.0
- pkgrel = 2
+ pkgver = 7.6.0
+ pkgrel = 1
url = https://computing.llnl.gov/projects/sundials
arch = x86_64
license = BSD-3-Clause
@@ -16,7 +16,7 @@ pkgbase = sundials
depends = suitesparse
optdepends = python-matplotlib: for some examples
optdepends = python-numpy: for some examples
- source = git+https://github.com/LLNL/sundials#tag=v7.5.0
- sha256sums =
6b81b35f74e8b27f1d1da9ea7c4ac3eb5311d4605f995a3291877c4f73ab2434
+ source = git+https://github.com/LLNL/sundials#tag=v7.6.0
+ sha256sums =
82d000f491d55b65e8c4bfa3b29230f05aea4d2e4bb81a932a0ae46e8f65545f
pkgname = sundials
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Elmar Klausmeier <[email protected]>
pkgname=sundials
-pkgver=7.5.0
-pkgrel=2
+pkgver=7.6.0
+pkgrel=1
pkgdesc='Suite of nonlinear differential/algebraic equation solvers'
arch=(x86_64)
url='https://computing.llnl.gov/projects/sundials'
@@ -20,7 +20,7 @@ makedepends=(cmake
optdepends=('python-matplotlib: for some examples'
'python-numpy: for some examples')
source=(git+https://github.com/LLNL/sundials#tag=v$pkgver)
-sha256sums=('6b81b35f74e8b27f1d1da9ea7c4ac3eb5311d4605f995a3291877c4f73ab2434')
+sha256sums=('82d000f491d55b65e8c4bfa3b29230f05aea4d2e4bb81a932a0ae46e8f65545f')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sundials/-/commit/4036847a649c4305cbcbcdd10becb3e25398d22b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sundials/-/commit/4036847a649c4305cbcbcdd10becb3e25398d22b
You're receiving this email because of your account on gitlab.archlinux.org.