summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2020-12-08 07:38:10 +0100
committerMartin Diehl2021-01-18 10:10:03 +0100
commit67d24f001dce06664863fdf3d38f8d6ded94388e (patch)
tree58d24074382937e62e84b3c855d4dde0c287e56e
parent2e410f836c2ab0c226c81f3a6e1a9f19b9656a85 (diff)
downloadaur-67d24f001dce06664863fdf3d38f8d6ded94388e.tar.gz
3.14.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e5b5cab30e..076f418e0966 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.14.2
+ pkgver = 3.14.3
pkgrel = 1
- url = https://www.mcs.anl.gov/petsc/
+ url = https://www.mcs.anl.gov/petsc
install = petsc.install
arch = i686
arch = x86_64
@@ -27,9 +27,9 @@ pkgbase = petsc
optdepends = triangle: support for the two-dimensional quality mesh generator and Delaunay triangulator
optdepends = suitesparse: support for the suitesparse sparse matrix libraries
options = staticlibs
- source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.14.2.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.14.3.tar.gz
source = test_optdepends.sh
- sha256sums = 87a04fd05cac20a2ec47094b7d18b96e0651257d8c768ced2ef7db270ecfb9cb
+ sha256sums = 63ed7e3440f2bbc732a6c44aa878364f88f5016ab375d9b36d742893a049053d
sha256sums = f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index c51624be2a26..a88303368631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Martin Diehl <https://martin-diehl.net>
+# Maintainer: Martin Diehl <aur@martin-diehl.net>
# 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>
pkgname=petsc
-pkgver=3.14.2
+pkgver=3.14.3
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -11,7 +11,7 @@ _config=linux-c-opt
#_config=linux-c-debug
pkgdesc="Portable, extensible toolkit for scientific computation"
arch=('i686' 'x86_64')
-url="https://www.mcs.anl.gov/petsc/"
+url="https://www.mcs.anl.gov/petsc"
license=('BSD')
options=(staticlibs)
depends=('python' 'openmpi' 'boost' 'lapack')
@@ -32,7 +32,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=('87a04fd05cac20a2ec47094b7d18b96e0651257d8c768ced2ef7db270ecfb9cb'
+sha256sums=('63ed7e3440f2bbc732a6c44aa878364f88f5016ab375d9b36d742893a049053d'
'f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623')
_install_dir=/opt/petsc/${_config}