summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2020-01-21 15:06:30 +0100
committerMartin Diehl2020-01-21 15:06:30 +0100
commit0f947b7371a764433231b5f385cf3f1460f22c0e (patch)
treed89273edacbf0cabd1a4eda2155339bd9d2a514d
parent47d2543e9b5ad337184a09906e7315ef22c905df (diff)
downloadaur-0f947b7371a764433231b5f385cf3f1460f22c0e.tar.gz
3.12.3 is out
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 127c00b37a99..fe5271419092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.12.2
- pkgrel = 2
+ pkgver = 3.12.3
+ pkgrel = 1
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
arch = i686
@@ -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.2.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.12.3.tar.gz
source = test_optdepends.sh
- sha256sums = c30bf8a005e850d1db137b7807a1b780286f70e650e5eba251061133ebd27f63
+ sha256sums = 72421acc7e4b79f58ead871649f9e1160f57b9a8c447a2a58fe3791cbcb8aa85
sha256sums = f127806175b681f4e9cb64aeba4f3fabd9eb92ef945f5542677b255cb3d85913
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 12a1abfb1658..ae98e61ce25c 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.2
-pkgrel=2
+pkgver=3.12.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
@@ -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=('c30bf8a005e850d1db137b7807a1b780286f70e650e5eba251061133ebd27f63'
+sha256sums=('72421acc7e4b79f58ead871649f9e1160f57b9a8c447a2a58fe3791cbcb8aa85'
'f127806175b681f4e9cb64aeba4f3fabd9eb92ef945f5542677b255cb3d85913')
_install_dir=/opt/petsc/${_config}