summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyles2015-07-16 00:56:53 +0100
committermyles2015-07-16 00:56:53 +0100
commitd7895bd84be0aff6d95994955a25c76ff4ca1e32 (patch)
tree9559f1fa2c1889c9a167cd213da840ebbd1c4da0
parent60686190edfae8b7adb1ca3d59b76b82e74401cb (diff)
downloadaur-d7895bd84be0aff6d95994955a25c76ff4ca1e32.tar.gz
Corrected source url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d705a7be0c8..bb28c1d84275 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trilinos
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.
pkgver = 12.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://trilinos.org
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = trilinos
depends = openmpi
depends = python2
depends = boost
- source = http://trilinos.sandia.gov/oldsite/download/files/trilinos-12.0.1-Source.tar.bz2
+ source = http://trilinos.org/oldsite/download/files/trilinos-12.0.1-Source.tar.bz2
md5sums = 19efcadf25c80b834f7c910ccfcca290
pkgname = trilinos
diff --git a/PKGBUILD b/PKGBUILD
index 3c10b04c4456..173811fd189f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Feng Wang <wanng.fenng@gmail.com>
pkgname=trilinos
pkgver=12.0.1
-pkgrel=2
+pkgrel=3
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')
url="http://trilinos.org"
license=('LGPL3')
depends=('lapack' 'openmpi' 'python2' 'boost')
-source=(http://trilinos.sandia.gov/oldsite/download/files/${pkgname}-${pkgver}-Source.tar.bz2)
+source=(http://trilinos.org/oldsite/download/files/${pkgname}-${pkgver}-Source.tar.bz2)
makedepends=('python2' 'python2-numpy' 'swig' 'gcc' 'gcc-fortran' 'openmpi' 'perl' 'blas' 'lapack' 'cmake')
# gcc-fortran gcc-fortran-multilib
md5sums=('19efcadf25c80b834f7c910ccfcca290')