summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-10-22 16:26:00 -0400
committerAndrew Sun2019-10-22 16:26:00 -0400
commitf276b6af3cbc4716fd5154abe84b4b22528dd0bb (patch)
treefcb86ee8c1ccb4f060a67fb0bee8ed57eb4d3626
parent64f5f09f885d086461357023355f1852398ba369 (diff)
downloadaur-f276b6af3cbc4716fd5154abe84b4b22528dd0bb.tar.gz
5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2194b6036d53..a34c55ea7601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers (mingw-w64)
- pkgver = 4.1.0
+ pkgver = 5.0.0
pkgrel = 1
url = https://computation.llnl.gov/casc/sundials/main.html
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-sundials
options = !buildflags
options = staticlibs
options = !strip
- source = http://computation.llnl.gov/projects/sundials/download/sundials-4.1.0.tar.gz
- sha256sums = 280de1c27b2360170a6f46cb3799b2aee9dff3bddbafc8b08c291a47ab258aa5
+ source = http://computation.llnl.gov/projects/sundials/download/sundials-5.0.0.tar.gz
+ sha256sums = 345141ec01c641d0bdfb3476c478b7e74fd6a7192a478a27cafe75d9da2d7dd3
pkgname = mingw-w64-sundials
diff --git a/PKGBUILD b/PKGBUILD
index 090a569923cf..320f306d84bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-sundials
-pkgver=4.1.0
+pkgver=5.0.0
pkgrel=1
pkgdesc="Suite of nonlinear differential/algebraic equation solvers (mingw-w64)"
arch=('any')
@@ -11,7 +11,7 @@ depends=('mingw-w64-lapack')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://computation.llnl.gov/projects/sundials/download/sundials-${pkgver}.tar.gz")
-sha256sums=('280de1c27b2360170a6f46cb3799b2aee9dff3bddbafc8b08c291a47ab258aa5')
+sha256sums=('345141ec01c641d0bdfb3476c478b7e74fd6a7192a478a27cafe75d9da2d7dd3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"