summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-12-11 05:30:25 +0100
committerMartin Diehl2022-12-11 05:30:25 +0100
commit6ac0482a1cdc6c084230581ef40086c03e43c18c (patch)
tree4fb946cd16102bc4a625d5186b87e14b5c2fb08d
parentc79ca7c19024eae87484aba7a2c5d6b44a5e44b8 (diff)
downloadaur-6ac0482a1cdc6c084230581ef40086c03e43c18c.tar.gz
3.18.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09ef3829d905..840240b52821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.18.1
+ pkgver = 3.18.2
pkgrel = 1
url = https://www.mcs.anl.gov/petsc
install = petsc.install
@@ -30,9 +30,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.18.1.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.18.2.tar.gz
source = test_optdepends.sh
- sha256sums = 02f5979a22f5961bb775d527f8450db77bc6a8d2541f3b05fb586829b82e9bc8
+ sha256sums = 4e055f92f3d5123d415f6f3ccf5ede9989f16d9e1f71cc7998ad244a3d3562f4
sha256sums = 41897cf761833e2d0cf2b2425f5727817a2ec4220e126ff2fcb4bdfe071a194c
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 8386b7ab86c4..e5cd96a63741 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.18.1
+pkgver=3.18.2
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -35,7 +35,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=('02f5979a22f5961bb775d527f8450db77bc6a8d2541f3b05fb586829b82e9bc8'
+sha256sums=('4e055f92f3d5123d415f6f3ccf5ede9989f16d9e1f71cc7998ad244a3d3562f4'
'41897cf761833e2d0cf2b2425f5727817a2ec4220e126ff2fcb4bdfe071a194c')
_install_dir=/opt/petsc/${_config}