summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2021-12-07 19:02:20 +0100
committerMartin Diehl2021-12-07 19:02:20 +0100
commita4fbf9825641391577230acb666ccef8b6099a4e (patch)
treeb3d2d8ae95897c1800133c184d5cdb6f61ce4fe4
parent521ece47f3c08779a9fd8b862e59aa37a06bb249 (diff)
downloadaur-a4fbf9825641391577230acb666ccef8b6099a4e.tar.gz
3.16.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d20b103338fc..56d97e9ef5d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.16.1
+ pkgver = 3.16.2
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.16.1.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.16.2.tar.gz
source = test_optdepends.sh
- sha256sums = 909cf7bce7b6a0ddb2580a1ac9502aa01631ec4105c716594c1804f0ee1ea06a
+ sha256sums = 7ab257ae150d4837ac8d3872a1d206997962578785ec2427639ceac46d131bbc
sha256sums = c6c97507b9970529b0f22fe61eb290101c2ab0aad2d8bf42f44eb8ba90bd42d3
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index eafcc8e6a4cc..579faf93db59 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.16.1
+pkgver=3.16.2
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=('909cf7bce7b6a0ddb2580a1ac9502aa01631ec4105c716594c1804f0ee1ea06a'
+sha256sums=('7ab257ae150d4837ac8d3872a1d206997962578785ec2427639ceac46d131bbc'
'c6c97507b9970529b0f22fe61eb290101c2ab0aad2d8bf42f44eb8ba90bd42d3')
_install_dir=/opt/petsc/${_config}