Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
sundials


Commits:
46e24d69 by Antonio Rojas at 2024-03-01T09:51:34+01:00
upgpkg: 7.0.0-1: Update to 7.0.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = sundials
        pkgdesc = Suite of nonlinear differential/algebraic equation solvers
-       pkgver = 6.7.0
-       pkgrel = 2
+       pkgver = 7.0.0
+       pkgrel = 1
        url = https://computing.llnl.gov/projects/sundials
        arch = x86_64
        license = BSD
@@ -10,7 +10,7 @@ pkgbase = sundials
        makedepends = python
        depends = openmpi
        depends = suitesparse
-       source = 
https://github.com/LLNL/sundials/archive/v6.7.0/sundials-6.7.0.tar.gz
-       sha256sums = 
d434d00a68d0f18dc2c8f4c306e4becf62ac6d37a259253ec9ea616152babba4
+       source = 
https://github.com/LLNL/sundials/archive/v7.0.0/sundials-7.0.0.tar.gz
+       sha256sums = 
63d1f76207161612f36f5017d8333e00e5297b0cd8cbc4628f5dd54102c763a6
 
 pkgname = sundials


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Elmar Klausmeier <elmar.klausme...@gmail.com>
 
 pkgname=sundials
-pkgver=6.7.0
-pkgrel=2
+pkgver=7.0.0
+pkgrel=1
 pkgdesc='Suite of nonlinear differential/algebraic equation solvers'
 arch=(x86_64)
 url='https://computing.llnl.gov/projects/sundials'
@@ -14,7 +14,7 @@ makedepends=(cmake
              gcc-fortran
              python)
 
source=(https://github.com/LLNL/sundials/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d434d00a68d0f18dc2c8f4c306e4becf62ac6d37a259253ec9ea616152babba4')
+sha256sums=('63d1f76207161612f36f5017d8333e00e5297b0cd8cbc4628f5dd54102c763a6')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sundials/-/commit/46e24d697b630ab3c5403cd2693ad3981dea4fc7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sundials/-/commit/46e24d697b630ab3c5403cd2693ad3981dea4fc7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to