summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2024-02-28 18:25:27 +0100
committerMartin Diehl2024-02-28 18:25:27 +0100
commit2570992f6685dc516353fdef5e88edeed4077777 (patch)
tree6078703078a4db278752c94a67ddf8030a915da4
parent11875cbb74fad5b875ed2b549b6d713bcb8d525c (diff)
downloadaur-2570992f6685dc516353fdef5e88edeed4077777.tar.gz
3.20.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1628779e055b..53370a694edc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.20.4
- pkgrel = 3
+ pkgver = 3.20.5
+ pkgrel = 1
url = https://petsc.org
install = petsc.install
arch = i686
@@ -39,9 +39,9 @@ pkgbase = petsc
optdepends = zoltan: support for zoltan
provides = petsc4py
options = staticlibs
- source = http://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.20.4.tar.gz
+ source = http://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.20.5.tar.gz
source = test_optdepends.sh
- sha512sums = 68abd97377e1e30d3c09afa1617385e8ba56acc8508000c8da47112454462e9da35135076e678cea7a4fa6e46c5b807da3e715b93cb812c4584f2a06df86b951
+ sha512sums = 1e0ebdacbcc9db22dbe3803cbc13f5e0138d0412c328ff49cab024c839527c73b28983717104daf0858d482a8804b931c5c2bf20363c6b801d2be7d27219692f
sha512sums = aef377e84e6bf5aea114f97b1bac8301203e3a6e736cacb49f01a2e95a29022062fc0d9e85fe8ba1ae9bdc1ffa6c007a031327c185e4966d3393adf038fc0993
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index c42b49631806..fb98cc4de733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andreas Bilke <abilke at cosy dot sbg dot ac dot at>
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
-pkgver=3.20.4
-pkgrel=3
+pkgver=3.20.5
+pkgrel=1
pkgname=petsc
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -36,7 +36,7 @@ optdepends=('trilinos: support for trilinos'
install=petsc.install
source=(http://web.cels.anl.gov/projects/petsc/download/release-snapshots/${pkgname}-${pkgver}.tar.gz
test_optdepends.sh)
-sha512sums=('68abd97377e1e30d3c09afa1617385e8ba56acc8508000c8da47112454462e9da35135076e678cea7a4fa6e46c5b807da3e715b93cb812c4584f2a06df86b951'
+sha512sums=('1e0ebdacbcc9db22dbe3803cbc13f5e0138d0412c328ff49cab024c839527c73b28983717104daf0858d482a8804b931c5c2bf20363c6b801d2be7d27219692f'
'aef377e84e6bf5aea114f97b1bac8301203e3a6e736cacb49f01a2e95a29022062fc0d9e85fe8ba1ae9bdc1ffa6c007a031327c185e4966d3393adf038fc0993')
_install_dir=/opt/petsc/${_config}