summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2023-06-08 08:30:02 +0200
committerMartin Diehl2023-06-08 08:30:02 +0200
commitab27763d8de03862b756027c638f59e9a30139a0 (patch)
tree1f64d7667e4d6158687dba73ef903d4ec975ac62
parent077cc869f75d076a1678b7d5f4322ebd4c16f850 (diff)
downloadaur-ab27763d8de03862b756027c638f59e9a30139a0.tar.gz
3.19.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 817d8e2dbb69..88b782d5d4e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.19.1
+ pkgver = 3.19.2
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.1.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.19.2.tar.gz
source = test_optdepends.sh
- sha512sums = 5b9b71599a95e2d82d18d5313c424a08eead0c10f27f40c82159839ef0fa8aeda88ddea693a12d58b8ac29a41c4138e8188a3c91d6af540196ee3a977cf9539d
+ sha512sums = f8feeb66fa8bd2406227be0e2cc2946485238362270d40e3f07dc89491177751f6bf680f51b70696bc30b677624c0e525c3fa9784eabdeb2337697ec56f63fc1
sha512sums = bdbff55c99205ae6edf574af319d19133aaf91eeae2dbb826f207be9f77ec08dfaf4afca6642b1536f159b7516c1fdeb29f35356dbc69c53c4ce506d44bf5e40
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index dfedd6fce266..a11f9884b33a 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.1
+pkgver=3.19.2
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=('5b9b71599a95e2d82d18d5313c424a08eead0c10f27f40c82159839ef0fa8aeda88ddea693a12d58b8ac29a41c4138e8188a3c91d6af540196ee3a977cf9539d'
+sha512sums=('f8feeb66fa8bd2406227be0e2cc2946485238362270d40e3f07dc89491177751f6bf680f51b70696bc30b677624c0e525c3fa9784eabdeb2337697ec56f63fc1'
'bdbff55c99205ae6edf574af319d19133aaf91eeae2dbb826f207be9f77ec08dfaf4afca6642b1536f159b7516c1fdeb29f35356dbc69c53c4ce506d44bf5e40')
_install_dir=/opt/petsc/${_config}