summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 435c9593fc47..5a10a48a3b8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 24 08:36:50 UTC 2017
+# Sun Nov 5 16:03:58 UTC 2017
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.8.0
- pkgrel = 2
+ pkgver = 3.8.1
+ pkgrel = 1
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
arch = i686
@@ -26,11 +26,11 @@ pkgbase = petsc
optdepends = mumps: support for the mumps sparse solver
optdepends = fftw: support for the fftw fast Fourier transform
options = staticlibs
- source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.8.0.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.8.1.tar.gz
source = test_optdepends.sh
- md5sums = 02680f1f78a0d4c5a9de80a366793eb8
+ md5sums = 3ed75c1147800fc156fe1f1e515a68a7
md5sums = e60925d1f552303198106bf98eb2bfa5
- sha256sums = 1e1b4d90ccbf98dc5759a956ac9a771310a6690f1cbb37b31502b29568262d7e
+ sha256sums = 9b48a9e72d304046923667d2ab1f201778cc56242928a374ff9e074843a334ff
sha256sums = adff0a432735f6cf4ec2edcb7345ba0d90963bef962b8d9742fa5e9735c0e455
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 806e5fce0a75..d50e3ff56598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andreas Bilke <abilke at cosy dot sbg dot ac dot at>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=petsc
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.8.1
+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
@@ -26,9 +26,9 @@ 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)
-md5sums=('02680f1f78a0d4c5a9de80a366793eb8'
+md5sums=('3ed75c1147800fc156fe1f1e515a68a7'
'e60925d1f552303198106bf98eb2bfa5')
-sha256sums=('1e1b4d90ccbf98dc5759a956ac9a771310a6690f1cbb37b31502b29568262d7e'
+sha256sums=('9b48a9e72d304046923667d2ab1f201778cc56242928a374ff9e074843a334ff'
'adff0a432735f6cf4ec2edcb7345ba0d90963bef962b8d9742fa5e9735c0e455')