summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2023-05-04 17:31:23 +0200
committerMartin Diehl2023-05-04 17:31:23 +0200
commit077cc869f75d076a1678b7d5f4322ebd4c16f850 (patch)
treeafe18fa4511efd5450b1d517f9a72ccb02d4bc07
parenta676c3f2971d7198afe94784c4cc07a11d9bfd9d (diff)
downloadaur-077cc869f75d076a1678b7d5f4322ebd4c16f850.tar.gz
3.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 149bf81ad47c..817d8e2dbb69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.19.0
+ pkgver = 3.19.1
pkgrel = 1
url = https://petsc.org
install = petsc.install
@@ -31,9 +31,9 @@ pkgbase = petsc
optdepends = trilinos: support for the ML package from Trilinos
provides = petsc4py
options = staticlibs
- source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.19.0.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.19.1.tar.gz
source = test_optdepends.sh
- sha512sums = 2fb065b622e1c9839a7ddc618a5fbdfb4ec6ec01b996c79ccb4c171d901ad0f2cf97e40573e752583e3580ef7765c33ea46e4c4d886aa33f8c7fe06df5a1013e
+ sha512sums = 5b9b71599a95e2d82d18d5313c424a08eead0c10f27f40c82159839ef0fa8aeda88ddea693a12d58b8ac29a41c4138e8188a3c91d6af540196ee3a977cf9539d
sha512sums = bdbff55c99205ae6edf574af319d19133aaf91eeae2dbb826f207be9f77ec08dfaf4afca6642b1536f159b7516c1fdeb29f35356dbc69c53c4ce506d44bf5e40
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 04a5b8583c76..dfedd6fce266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andreas Bilke <abilke at cosy dot sbg dot ac dot at>
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
-pkgver=3.19.0
+pkgver=3.19.1
pkgrel=1
pkgname=petsc
_config=linux-c-opt
@@ -36,7 +36,7 @@ optdepends=('trilinos: support for trilinos'
install=petsc.install
source=(http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${pkgname}-${pkgver}.tar.gz
test_optdepends.sh)
-sha512sums=('2fb065b622e1c9839a7ddc618a5fbdfb4ec6ec01b996c79ccb4c171d901ad0f2cf97e40573e752583e3580ef7765c33ea46e4c4d886aa33f8c7fe06df5a1013e'
+sha512sums=('5b9b71599a95e2d82d18d5313c424a08eead0c10f27f40c82159839ef0fa8aeda88ddea693a12d58b8ac29a41c4138e8188a3c91d6af540196ee3a977cf9539d'
'bdbff55c99205ae6edf574af319d19133aaf91eeae2dbb826f207be9f77ec08dfaf4afca6642b1536f159b7516c1fdeb29f35356dbc69c53c4ce506d44bf5e40')
_install_dir=/opt/petsc/${_config}