summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2019-07-19 16:00:33 -0700
committerMartin Diehl2019-07-19 16:00:33 -0700
commit1497eac1a7e9f62753dfb85b8eaec2d4162c8ee5 (patch)
treef63fae778b466335f840dd49e9e565f7c1df802f /PKGBUILD
parent5506cb72955942d2f59887eecc3fdc1d45d65ccc (diff)
downloadaur-1497eac1a7e9f62753dfb85b8eaec2d4162c8ee5.tar.gz
bugfix: wrong version and in-packet conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee9bfe807c51..e84422732b71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: Simon Pintarelli <simon.pintarelli@gmail.com>
# Contributor: Feng Wang <wanng.fenng@gmail.com>
pkgname=trilinos
-pkgver=12.14.2
+pkgver=12.14.1
_pkgver=${pkgver//./-}
-pkgrel=1
+pkgrel=2
pkgdesc="algorithms for the solution of large-scale scientific problems"
arch=('x86_64')
url="http://trilinos.org"
license=('LGPL3')
depends=('lapack' 'python2' 'boost' 'netcdf' 'libmatio' 'libx11' 'hdf5-openmpi')
makedepends=('python2-numpy' 'gcc-fortran' 'perl' 'blas' 'cmake'
- 'gtest' 'doxygen')
+ 'doxygen')
conflicts=('gtest')
checkdepends=('cmake')
source=("https://github.com/trilinos/Trilinos/archive/trilinos-release-$_pkgver.tar.gz")