summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2020-08-02 22:58:21 +0200
committerMartin Diehl2020-08-02 22:58:21 +0200
commitd0db880cbf93fc68d2b4f36d97e39439772f8aa9 (patch)
tree5d5c1644de287f277ced9dc5dd56194f9c102c96
parent1435ef5308f8d7f8fb12f8cb71ac22353d72a045 (diff)
downloadaur-d0db880cbf93fc68d2b4f36d97e39439772f8aa9.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26f39f3453e4..d5f8560e7c78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.13.2
+ pkgver = 3.13.3
pkgrel = 1
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
@@ -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.13.2.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.13.3.tar.gz
source = test_optdepends.sh
- sha256sums = 6083422a7c5b8e89e5e4ccf64acade9bf8ab70245e25bca3a3da03caf74602f1
+ sha256sums = dc744895ee6b9c4491ff817bef0d3abd680c5e3c25e601be44240ce65ab4f337
sha256sums = f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 02ae917c6219..2bd97d982488 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.13.2
+pkgver=3.13.3
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -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=('6083422a7c5b8e89e5e4ccf64acade9bf8ab70245e25bca3a3da03caf74602f1'
+sha256sums=('dc744895ee6b9c4491ff817bef0d3abd680c5e3c25e601be44240ce65ab4f337'
'f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623')
_install_dir=/opt/petsc/${_config}