summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2021-03-09 21:03:09 +0100
committerMartin Diehl2021-03-09 21:57:45 +0100
commitcb921233eb97e4b5ba93cf63d5e84ed134d9da91 (patch)
tree0e9ca180f7f929ba4ee363855510cc0f0aef29e6
parent6fea898f9c98f225dd542289b8c29059bdc961e7 (diff)
downloadaur-cb921233eb97e4b5ba93cf63d5e84ed134d9da91.tar.gz
3.14.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b96630c5565..82bc939443a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.14.4
+ pkgver = 3.14.5
pkgrel = 1
url = https://www.mcs.anl.gov/petsc
install = petsc.install
@@ -27,9 +27,9 @@ pkgbase = petsc
optdepends = triangle: support for the two-dimensional quality mesh generator and Delaunay triangulator
optdepends = suitesparse: support for the suitesparse sparse matrix libraries
options = staticlibs
- source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.14.4.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.14.5.tar.gz
source = test_optdepends.sh
- sha256sums = b030969816e02c251a6d010c07a90b69ade44932f9ddfac3090ff5e95ab97d5c
+ sha256sums = 8b8ff5c4e10468f696803b354a502d690c7d25c19d694a7e10008a302fdbb048
sha256sums = f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index eade29e1c5d9..81e3ce1055db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
-pkgver=3.14.4
+pkgver=3.14.5
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -32,7 +32,7 @@ optdepends=('trilinos: support for trilinos'
install=petsc.install
source=(http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${pkgname}-lite-${pkgver/_/-}.tar.gz
test_optdepends.sh)
-sha256sums=('b030969816e02c251a6d010c07a90b69ade44932f9ddfac3090ff5e95ab97d5c'
+sha256sums=('8b8ff5c4e10468f696803b354a502d690c7d25c19d694a7e10008a302fdbb048'
'f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623')
_install_dir=/opt/petsc/${_config}