summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe5271419092..ddabd093ea86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.12.3
+ pkgver = 3.12.4
pkgrel = 1
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
@@ -26,9 +26,9 @@ pkgbase = petsc
optdepends = fftw: support for the fftw fast Fourier transform
optdepends = suitesparse: support for the suitesparse sparse matrix libraries
options = staticlibs
- source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.12.3.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.12.4.tar.gz
source = test_optdepends.sh
- sha256sums = 72421acc7e4b79f58ead871649f9e1160f57b9a8c447a2a58fe3791cbcb8aa85
+ sha256sums = 800a965dd01adac099a186588cda68e4fcb224af326d8aaf55978361c019258f
sha256sums = f127806175b681f4e9cb64aeba4f3fabd9eb92ef945f5542677b255cb3d85913
pkgname = petsc
diff --git a/.gitignore b/.gitignore
index b5bc2aa573e1..44f27c04b1e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
pkg
src
-*.tar.xz
-*.tar.gz
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index ae98e61ce25c..6a1e387eedc1 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.12.3
+pkgver=3.12.4
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -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=('72421acc7e4b79f58ead871649f9e1160f57b9a8c447a2a58fe3791cbcb8aa85'
+sha256sums=('800a965dd01adac099a186588cda68e4fcb224af326d8aaf55978361c019258f'
'f127806175b681f4e9cb64aeba4f3fabd9eb92ef945f5542677b255cb3d85913')
_install_dir=/opt/petsc/${_config}