summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2019-01-02 08:44:00 -0200
committerLucas Heitzmann Gabrielli2019-01-02 08:44:00 -0200
commit49d6b29b20f140df44fe60b9645dfa972bf59cf8 (patch)
treeb30ef127a97865dcbe060a823e478ccb0cf8fc90
parent2b23d045e21ebc7ba1dfb5316b3a682c164b2f25 (diff)
downloadaur-49d6b29b20f140df44fe60b9645dfa972bf59cf8.tar.gz
Update to 3.10.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce991badf8f7..f2dbf78eb1cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.10.2
- pkgrel = 2
+ pkgver = 3.10.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-3.10.2.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.10.3.tar.gz
source = test_optdepends.sh
- sha256sums = 9d3381bcf9c63abe6521b21a88efc70f8e893293503cff497971d0d9c1ec68cc
+ sha256sums = cd106babbae091604fee40c258737c84dec048949be779eaef5a745df3dc8de4
sha256sums = b737cc58ffb581c68072cf978bf4de3eaff8318c7a1e65c174d7ffe802ed427b
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 4df4ef779c91..cbe04d5697ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
-pkgver=3.10.2
-pkgrel=2
+pkgver=3.10.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
@@ -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=('9d3381bcf9c63abe6521b21a88efc70f8e893293503cff497971d0d9c1ec68cc'
+sha256sums=('cd106babbae091604fee40c258737c84dec048949be779eaef5a745df3dc8de4'
'b737cc58ffb581c68072cf978bf4de3eaff8318c7a1e65c174d7ffe802ed427b')
_install_dir=/opt/petsc/${_config}