summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-04-01 09:52:49 +0200
committerMartin Diehl2022-04-01 09:52:49 +0200
commit5ee8b49bd36319319e6f5612bc19a175fecb254b (patch)
tree454f22c3e832cfcfef963cf605eda932c0f457c5
parentca2d786240e263b97a971c60bad86bd1007d83e0 (diff)
downloadaur-5ee8b49bd36319319e6f5612bc19a175fecb254b.tar.gz
3.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3d2d7dee10c..1793e413f334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.16.5
+ pkgver = 3.17.0
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.5.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.17.0.tar.gz
source = test_optdepends.sh
- sha256sums = 7de8570eeb94062752d82a83208fc2bafc77b3f515023a4c14d8ff9440e66cac
+ sha256sums = 96d5aca684e1ce1425891a620d278773c25611cb144165a93b17531238eaaf8a
sha256sums = 2d253a7b4bb4efe0200b7c1b57f71e423f135dc439945981c5fe2298d8066dba
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 13e791cebcf2..4314e26c0d00 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.5
+pkgver=3.17.0
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=('7de8570eeb94062752d82a83208fc2bafc77b3f515023a4c14d8ff9440e66cac'
+sha256sums=('96d5aca684e1ce1425891a620d278773c25611cb144165a93b17531238eaaf8a'
'2d253a7b4bb4efe0200b7c1b57f71e423f135dc439945981c5fe2298d8066dba')
_install_dir=/opt/petsc/${_config}