summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2019-03-31 23:57:13 +0200
committerMartin Diehl2019-03-31 23:57:13 +0200
commit22ddedc096508382d47e2c28cff4f956af217e13 (patch)
treebb678f2ffc2020433b134a4df49640772ea1b3f0 /PKGBUILD
parentb77f4bb57cc60904a4a8fc6f10e08268b0d85bc8 (diff)
downloadaur-22ddedc096508382d47e2c28cff4f956af217e13.tar.gz
new version is out
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}