summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2023-01-26 21:17:21 +0100
committerMartin Diehl2023-01-26 21:17:21 +0100
commit77d0d6a65fe94ea0f48f6d14fcf1fa03acc37cff (patch)
treee9dcb9f098e7f86db32545490158c9de2af61e83
parentca1120ee88047417aab08f1bc98ba60781ef13da (diff)
downloadaur-77d0d6a65fe94ea0f48f6d14fcf1fa03acc37cff.tar.gz
3.18.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 668ce9c154e5..62c7957d23a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.18.2
- pkgrel = 4
+ pkgver = 3.18.3
+ pkgrel = 1
url = https://www.mcs.anl.gov/petsc
install = petsc.install
arch = i686
@@ -31,7 +31,7 @@ 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.2.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.18.3.tar.gz
source = test_optdepends.sh
sha256sums = 4e055f92f3d5123d415f6f3ccf5ede9989f16d9e1f71cc7998ad244a3d3562f4
sha256sums = 368b0d60b536244feb1b70c6c3e17dffee37510cff09e4d186fac87b8dfbfaa5
diff --git a/PKGBUILD b/PKGBUILD
index 9012538a5efc..2b2766f15703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
-pkgver=3.18.2
-pkgrel=4
+pkgver=3.18.3
+pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
#"linux-c-debug" for some things, so the _config should be changed too