diff options
author | Michel Zou | 2018-05-12 10:53:22 +0200 |
---|---|---|
committer | Michel Zou | 2018-05-12 10:53:22 +0200 |
commit | 91fcd0b63fac99faea7735480b845e9de489dbca (patch) | |
tree | bb6a7d402f1458f7fab9d4586d753b3044deb011 | |
parent | 8ba0c230b9bd9b254d5c49648b3ecc3c38b6dcec (diff) | |
download | aur-91fcd0b63fac99faea7735480b845e9de489dbca.tar.gz |
sha
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Fri May 11 18:02:44 UTC 2018 +# Sat May 12 08:53:22 UTC 2018 pkgbase = openturns pkgdesc = Uncertainty treatment library pkgver = 1.11 @@ -20,7 +20,7 @@ pkgbase = openturns depends = r backup = etc/openturns/openturns.conf source = https://github.com/openturns/openturns/archive/v1.11.tar.gz - sha256sums = 2c85ea7b1263ba9655df0bf6d791600a5d4e89a0d5187f270af63ec916fd50e6 + sha256sums = 0b5e572f0a1b3a7a73bc912836f2420bd565d606b3f6a62771cb998ad83eb47f pkgname = openturns @@ -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") -sha256sums=('2c85ea7b1263ba9655df0bf6d791600a5d4e89a0d5187f270af63ec916fd50e6') +sha256sums=('0b5e572f0a1b3a7a73bc912836f2420bd565d606b3f6a62771cb998ad83eb47f') build() { cd openturns-$pkgver |