summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2019-03-31 23:57:13 +0200
committerMartin Diehl2019-03-31 23:57:13 +0200
commit22ddedc096508382d47e2c28cff4f956af217e13 (patch)
treebb678f2ffc2020433b134a4df49640772ea1b3f0
parentb77f4bb57cc60904a4a8fc6f10e08268b0d85bc8 (diff)
downloadaur-22ddedc096508382d47e2c28cff4f956af217e13.tar.gz
new version is out
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97e46be9dc90..80512a3e95ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.10.4
- pkgrel = 2
+ pkgver = 3.11.0
+ pkgrel = 1
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
arch = i686
@@ -26,10 +26,10 @@ 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.4.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.11.0.tar.gz
source = test_optdepends.sh
- sha256sums = cd106babbae091604fee40c258737c84dec048949be779eaef5a745df3dc8de4
- sha256sums = b737cc58ffb581c68072cf978bf4de3eaff8318c7a1e65c174d7ffe802ed427b
+ sha256sums = b3bed2a9263193c84138052a1b92d47299c3490dd24d1d0bf79fb884e71e678a
+ sha256sums = 849b029612312ee5baae43507e56aa32a2b2cb7a6cc4a0b432eb7354dec794d7
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index ee48adc293b8..3cd3efe363fe 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.10.4
-pkgrel=2
+pkgver=3.11.0
+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}-${pkgver/_/-}.tar.gz
test_optdepends.sh)
-sha256sums=('6c836df84caa9ae683ae401d3f94eb9471353156fec6db602bf2e857e4ec339f'
+sha256sums=('b3bed2a9263193c84138052a1b92d47299c3490dd24d1d0bf79fb884e71e678a'
'849b029612312ee5baae43507e56aa32a2b2cb7a6cc4a0b432eb7354dec794d7')
_install_dir=/opt/petsc/${_config}