summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormyles2015-12-07 23:24:24 +0000
committermyles2015-12-07 23:24:24 +0000
commit077bc576ec2f4796d9aa865e3aa44f78d7d4a02b (patch)
treebf41c24c5a78e81c240bc81bb48e14d104ac9bae /PKGBUILD
parentd33ac9102b2e2537ad7cb04f1f597fec68e8e3bb (diff)
downloadaur-077bc576ec2f4796d9aa865e3aa44f78d7d4a02b.tar.gz
Updated to 3.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad223e79bc4b..ab7fb7916d89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Myles English <myles at rockhead dot biz>
pkgname=slepc
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
pkgdesc="Scalable library for Eigenvalue problem computations"
arch=('i686' 'x86_64')
url="http://www.grycap.upv.es/slepc"
@@ -9,7 +9,7 @@ license=('GNUv3')
depends=('python2' 'gcc' 'gcc-fortran' 'petsc>=3.6.0')
install=slepc.install
source=(http://www.grycap.upv.es/slepc/download/distrib/${pkgname}-${pkgver/_/-}.tar.gz)
-md5sums=('560a634369fdab3fcaeea35c2cbab6f1')
+md5sums=('ff4b7e313f968c94fee677e14a7e6514')
export MAKEFLAGS="-j1"