summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2017-10-15 16:03:08 +0800
committerJingbei Li2017-10-15 16:03:08 +0800
commit3009db7928096f8e78bd2459bf342748bc35565d (patch)
tree41639ac62b6290e45fe09d129372806f0d62a5dc /PKGBUILD
parent14d6687109176c49dd26c27ceb7b059e3b56a88b (diff)
downloadaur-3009db7928096f8e78bd2459bf342748bc35565d.tar.gz
updated to 12.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 603fc28c45d9..1312cdb4a293 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=trilinos
_gitname=Trilinos
-pkgver=12.10.1
+pkgver=12.12.1
pkgrel=1
pkgdesc="An effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="http://trilinos.org"
license=('LGPL3')
depends=('lapack' 'openmpi' 'python2' 'boost' 'netcdf' 'libmatio' 'libx11')
source=("https://github.com/trilinos/$_gitname/archive/trilinos-release-${pkgver//./-}.tar.gz")
-md5sums=('40f28628b63310f9bd17c26d9ebe32b1')
+md5sums=('ecd4606fa332212433c98bf950a69cc7')
makedepends=('python2-numpy' 'swig' 'gcc-fortran' 'perl' 'blas' 'cmake' 'gtest' 'doxygen')
prepare() {