summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2018-10-03 08:08:09 -0300
committerLucas Heitzmann Gabrielli2018-10-03 08:08:09 -0300
commitab5a2b7dd8aea291dc37ff0eee441f0e9a9d4308 (patch)
tree2868bdd8afb3dcc25d119f25a7d002a118a2e9ff
parent76b5724d8bb16cd5c118f3f5c3ccafeeaf26a6d4 (diff)
downloadaur-ab5a2b7dd8aea291dc37ff0eee441f0e9a9d4308.tar.gz
Update to 3.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb12f7750048..913e73115e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.10.0
+ pkgver = 3.10.1
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-3.10.0.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.10.1.tar.gz
source = test_optdepends.sh
- sha256sums = 6ebacc010397ea47649495e8363cd7d7d86b876e6df07c6f6ccfa48b22fa555c
+ sha256sums = b6e64ce062113ee0e2e2a6cfffb4d33c085ec91d5bc3afeb33781074aa5a22a5
sha256sums = b737cc58ffb581c68072cf978bf4de3eaff8318c7a1e65c174d7ffe802ed427b
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index f4b6951f3112..dd5cfd5dad41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -30,7 +30,7 @@ optdepends=('trilinos: support for trilinos'
install=petsc.install
source=(http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${pkgname}-${pkgver/_/-}.tar.gz
test_optdepends.sh)
-sha256sums=('6ebacc010397ea47649495e8363cd7d7d86b876e6df07c6f6ccfa48b22fa555c'
+sha256sums=('b6e64ce062113ee0e2e2a6cfffb4d33c085ec91d5bc3afeb33781074aa5a22a5'
'b737cc58ffb581c68072cf978bf4de3eaff8318c7a1e65c174d7ffe802ed427b')
_install_dir=/opt/petsc/${_config}