[arch-commits] Commit in sundials/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Oct 1 18:23:22 UTC 2021


    Date: Friday, October 1, 2021 @ 18:23:22
  Author: arojas
Revision: 1026518

Update to 5.8.0

Modified:
  sundials/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 18:10:08 UTC (rev 1026517)
+++ PKGBUILD	2021-10-01 18:23:22 UTC (rev 1026518)
@@ -2,17 +2,17 @@
 # Contributor: Elmar Klausmeier <Elmar.Klausmeier at gmail.com>
 
 pkgname=sundials
-pkgver=5.7.0
-pkgrel=2
-pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
+pkgver=5.8.0
+pkgrel=1
+pkgdesc='Suite of nonlinear differential/algebraic equation solvers'
 arch=(x86_64)
-url="https://computation.llnl.gov/casc/sundials/main.html"
+url='https://computation.llnl.gov/casc/sundials/main.html'
 license=(BSD)
 depends=(openmpi suitesparse)
 makedepends=(cmake gcc-fortran python)
-source=(https://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz
+source=(https://github.com/LLNL/sundials/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
         sundials-fix-cmake-targets.patch)
-sha256sums=('8d6dd094feccbb8d6ecc41340ec16a65fabac82ed4415023f6d7c1c2390ea2f3'
+sha256sums=('d4ed403351f72434d347df592da6c91a69452071860525385b3339c824e8a213'
             '949206b3237fb918700c87664da5618de49fe019f342583e560e4ce63ebe3a61')
 
 prepare() {



More information about the arch-commits mailing list