summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2364917c70e..4451ff8f0b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=dakota
pkgver=6.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A flexible, extensible interface between analysis codes and iterative systems analysis methods"
arch=(i686 x86_64)
url="https://dakota.sandia.gov/"
license=('LGPL')
-depends=('boost' 'icu' 'lapack')
+depends=('boost' 'icu' 'lapack' 'tinyxml')
makedepends=('cmake' 'gcc-fortran' 'python2')
options=(!strip)
source=("https://dakota.sandia.gov/sites/default/files/distributions/public/$pkgname-6.5-public.src.tar.gz")