Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
sundials
Commits:
6b1aa4a6 by Antonio Rojas at 2025-08-23T15:10:50+02:00
upgpkg: 7.4.0-2: Retagged upstream
Fixes #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers
pkgver = 7.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://computing.llnl.gov/projects/sundials
arch = x86_64
license = BSD-3-Clause
@@ -16,6 +16,6 @@ pkgbase = sundials
optdepends = python-matplotlib: for some examples
optdepends = python-numpy: for some examples
source = git+https://github.com/LLNL/sundials#tag=v7.4.0
- sha256sums =
c2edd3891fe7d3ab55677b847f04e47e0ab6a056ee3dc1d26f0a5370ce42694d
+ sha256sums =
622039817add895b99cd92091212fc8834242093e09ffeff72dc7a3fda520d0c
pkgname = sundials
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=sundials
pkgver=7.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Suite of nonlinear differential/algebraic equation solvers'
arch=(x86_64)
url='https://computing.llnl.gov/projects/sundials'
@@ -19,7 +19,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=('c2edd3891fe7d3ab55677b847f04e47e0ab6a056ee3dc1d26f0a5370ce42694d')
+sha256sums=('622039817add895b99cd92091212fc8834242093e09ffeff72dc7a3fda520d0c')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sundials/-/commit/6b1aa4a603fb6ac97c49e52ca048ef19077da20e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sundials/-/commit/6b1aa4a603fb6ac97c49e52ca048ef19077da20e
You're receiving this email because of your account on gitlab.archlinux.org.