diff options
author | xantares | 2015-08-14 20:26:02 +0200 |
---|---|---|
committer | xantares | 2015-08-14 20:26:02 +0200 |
commit | 3efde8c5df978cf3418b0dd474eccc046464a1c5 (patch) | |
tree | 542e991008ee4bb0d801d1b9f53218b92fe6c785 | |
parent | cfeed299c2f583583f6c819b26273b6392e35b32 (diff) | |
download | aur-3efde8c5df978cf3418b0dd474eccc046464a1c5.tar.gz |
openturns 1.6
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = openturns pkgdesc = Uncertainty treatment library in C++/Python - pkgver = 1.6rc1 + pkgver = 1.6 pkgrel = 1 url = http://www.openturns.org/ arch = i686 @@ -21,8 +21,8 @@ pkgbase = openturns optdepends = r: plotting, linear model and statistical tests optdepends = python-matplotlib: nicer plotting backup = etc/openturns/openturns.conf - source = http://downloads.sourceforge.net/sourceforge/openturns/openturns/openturns-1.6rc1.tar.bz2 - sha1sums = e424323b8c32e638cee0b3630fc3d531334bf419 + source = http://downloads.sourceforge.net/sourceforge/openturns/openturns/openturns-1.6.tar.bz2 + sha1sums = d937a6f37b4b2ffa0a8c070f865a2e103b9ad2b5 pkgname = openturns @@ -1,5 +1,5 @@ pkgname=openturns -pkgver=1.6rc1 +pkgver=1.6 pkgrel=1 pkgdesc="Uncertainty treatment library in C++/Python" license=('LGPL') @@ -11,7 +11,7 @@ optdepends=('r: plotting, linear model and statistical tests' makedepends=('python' 'python-sphinx' 'r' 'cmake' 'gcc-fortran' 'swig' 'boost') backup=('etc/openturns/openturns.conf') source=("http://downloads.sourceforge.net/sourceforge/openturns/openturns/openturns-$pkgver.tar.bz2") -sha1sums=('e424323b8c32e638cee0b3630fc3d531334bf419') +sha1sums=('d937a6f37b4b2ffa0a8c070f865a2e103b9ad2b5') build() { cd openturns-$pkgver |