summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2020-04-02 10:05:30 +0200
committerMartin Diehl2020-04-02 10:05:30 +0200
commitcac988543ac3a8b07abcf04d795c1be81809d122 (patch)
tree08904f1ec194654a5761daeec95940f44e783d96 /PKGBUILD
parent5acc1a66110099a32e32b3e29b2c5fe49e6adf7b (diff)
downloadaur-cac988543ac3a8b07abcf04d795c1be81809d122.tar.gz
PETSc 3.13.0 is out
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a48aadee0997..9b321bd579c0 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.12.4
-pkgrel=2
+pkgver=3.13.0
+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
@@ -31,7 +31,7 @@ optdepends=('trilinos: support for trilinos'
install=petsc.install
source=(http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${pkgname}-lite-${pkgver/_/-}.tar.gz
test_optdepends.sh)
-sha256sums=('800a965dd01adac099a186588cda68e4fcb224af326d8aaf55978361c019258f'
+sha256sums=('f0ea543a54145c5d1387e25b121c3fd1b1ca834032c5a33f6f1d929e95bdf0e5'
'f127806175b681f4e9cb64aeba4f3fabd9eb92ef945f5542677b255cb3d85913')
_install_dir=/opt/petsc/${_config}