summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2018-08-13 10:47:32 -0300
committerLucas Heitzmann Gabrielli2018-08-13 10:47:32 -0300
commiteb46f8023a687071573153c8796e1c1face65e96 (patch)
treee08bd41656f3a144fa0d177256ec8e499cfe10ba /PKGBUILD
parent93bc257ebb3c728511f652cddfa8e234aea56979 (diff)
downloadaur-eb46f8023a687071573153c8796e1c1face65e96.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a681f35e60ad..4d9202285774 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=slepc
-pkgver=3.9.1
+pkgver=3.9.2
pkgrel=1
pkgdesc="Scalable library for Eigenvalue problem computations"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
depends=('python2' 'gcc' 'gcc-fortran' 'petsc>=3.9')
install=slepc.install
source=(http://www.grycap.upv.es/slepc/download/distrib/${pkgname}-${pkgver/_/-}.tar.gz)
-sha256sums=('e174ea7c127d9161eef976b0288f0c56d443a58d6ab2dc8af1e8bd66f156ce17')
+sha256sums=('247585b3f8c10bf50b9464cb8ef7b5f22bead6f96524384897a37ec4146eb03e')
export MAKEFLAGS="-j1"