diff options
author | Michel Zou | 2019-06-05 18:55:01 +0200 |
---|---|---|
committer | Michel Zou | 2019-06-05 18:55:01 +0200 |
commit | 58151dfb36cec24b9654f09ebc5f7e896943a070 (patch) | |
tree | 5d6611f21a803595e6801b08101659e295ef45b8 | |
parent | e91309ab5ebf2f0f12e1adf3f32caf6af7ab892a (diff) | |
download | aur-58151dfb36cec24b9654f09ebc5f7e896943a070.tar.gz |
1.13
-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 - pkgver = 1.13rc1 + pkgver = 1.13 pkgrel = 1 url = http://www.openturns.org/ arch = i686 @@ -20,8 +20,8 @@ pkgbase = openturns depends = ceres-solver depends = optpp backup = etc/openturns/openturns.conf - source = https://github.com/openturns/openturns/archive/v1.13rc1.tar.gz - sha256sums = ce643c8037d3324866868cfcedff1e192e3a42d056d96648c1ef932bba065ce0 + source = https://github.com/openturns/openturns/archive/v1.13.tar.gz + sha256sums = dcdc1b37f7171c4106fa6392cc240ef780198d377938169d3f9ac0e541453930 pkgname = openturns @@ -1,5 +1,5 @@ pkgname=openturns -pkgver=1.13rc1 +pkgver=1.13 pkgrel=1 pkgdesc="Uncertainty treatment library" license=('LGPL') @@ -9,7 +9,7 @@ depends=('libxml2' 'muparser' 'intel-tbb' 'hmat-oss' 'python-matplotlib' 'python makedepends=('cmake' 'swig' 'boost') backup=('etc/openturns/openturns.conf') source=("https://github.com/openturns/openturns/archive/v$pkgver.tar.gz") -sha256sums=('ce643c8037d3324866868cfcedff1e192e3a42d056d96648c1ef932bba065ce0') +sha256sums=('dcdc1b37f7171c4106fa6392cc240ef780198d377938169d3f9ac0e541453930') build() { cd openturns-$pkgver |