summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-04-29 15:55:48 +0200
committerMartin Diehl2022-04-29 15:55:48 +0200
commitb4a39956449d23c229ae9272a0d2dc53a725e4ea (patch)
tree2228ea9765bdf678016a1c75db9ecb2646869d79
parent5ee8b49bd36319319e6f5612bc19a175fecb254b (diff)
downloadaur-b4a39956449d23c229ae9272a0d2dc53a725e4ea.tar.gz
3.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1793e413f334..187d861f376f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.17.0
+ pkgver = 3.17.1
pkgrel = 1
url = https://www.mcs.anl.gov/petsc
install = petsc.install
@@ -30,9 +30,9 @@ pkgbase = petsc
optdepends = valgrind: support for valgrind to help find memory-management problems in programs
provides = petsc4py
options = staticlibs
- source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.17.0.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.17.1.tar.gz
source = test_optdepends.sh
- sha256sums = 96d5aca684e1ce1425891a620d278773c25611cb144165a93b17531238eaaf8a
+ sha256sums = c504609d9f532327c20b6363d6a6c7647ebd3c98acfb382c28fcd3852300ddd1
sha256sums = 2d253a7b4bb4efe0200b7c1b57f71e423f135dc439945981c5fe2298d8066dba
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 4314e26c0d00..7f0d30903df3 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.17.0
+pkgver=3.17.1
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -34,7 +34,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)
-sha256sums=('96d5aca684e1ce1425891a620d278773c25611cb144165a93b17531238eaaf8a'
+sha256sums=('c504609d9f532327c20b6363d6a6c7647ebd3c98acfb382c28fcd3852300ddd1'
'2d253a7b4bb4efe0200b7c1b57f71e423f135dc439945981c5fe2298d8066dba')
_install_dir=/opt/petsc/${_config}