diff options
author | Michel Zou | 2016-11-18 13:20:11 +0100 |
---|---|---|
committer | Michel Zou | 2016-11-18 13:20:11 +0100 |
commit | 8d24b86d27a0ee7fe840c7b6feb775836d01f06e (patch) | |
tree | 78f2924815d485e68927972c3d240f306c4bd6f9 | |
parent | 0fba5b75e513d53e7e9e8f58d8f2f932f62800c7 (diff) | |
download | aur-8d24b86d27a0ee7fe840c7b6feb775836d01f06e.tar.gz |
1.8
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Thu Nov 3 19:26:39 UTC 2016 +# Fri Nov 18 12:20:11 UTC 2016 pkgbase = openturns pkgdesc = Uncertainty treatment library - pkgver = 1.8rc2 + pkgver = 1.8 pkgrel = 1 url = http://www.openturns.org/ arch = i686 @@ -19,8 +19,8 @@ pkgbase = openturns depends = nlopt depends = r backup = etc/openturns/openturns.conf - source = https://github.com/openturns/openturns/archive/v1.8rc2.tar.gz - sha1sums = 7156ce124145c1c6ee9f26eadb77bcaf434e1fec + source = https://github.com/openturns/openturns/archive/v1.8.tar.gz + sha256sums = a857564257fdb42a0808ef806dfdaa17265d56653634b375f57885106007f687 pkgname = openturns @@ -1,5 +1,5 @@ pkgname=openturns -pkgver=1.8rc2 +pkgver=1.8 pkgrel=1 pkgdesc="Uncertainty treatment library" license=('LGPL') @@ -9,7 +9,7 @@ depends=('libxml2' 'muparser' 'intel-tbb' 'hmat-oss' 'python-matplotlib' 'nlopt' makedepends=('cmake' 'swig' 'boost') backup=('etc/openturns/openturns.conf') source=("https://github.com/openturns/openturns/archive/v$pkgver.tar.gz") -sha1sums=('7156ce124145c1c6ee9f26eadb77bcaf434e1fec') +sha256sums=('a857564257fdb42a0808ef806dfdaa17265d56653634b375f57885106007f687') build() { cd openturns-$pkgver |