summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-03-04 19:01:50 +0100
committerMichel Zou2018-03-04 19:01:50 +0100
commit9e0479d7a13eed0fc4e70a03a7a0394e1ee61d74 (patch)
treeaafccac8761c4f0293439d25edb1b2412dfa7494 /PKGBUILD
parent65ff7d995dc27648261af2edba74a951c0481afe (diff)
downloadaur-9e0479d7a13eed0fc4e70a03a7a0394e1ee61d74.tar.gz
1.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f1ac661b86a..60e08534cad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-salib
pkgname=('python-salib' 'python2-salib')
-pkgver=1.0.1
+pkgver=1.1.3
pkgrel=1
pkgdesc="Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris, and FAST methods."
url="https://github.com/jdherman/SALib"
@@ -8,7 +8,7 @@ arch=(any)
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools' 'python-numpy' 'python2-numpy' 'python-pyscaffold' 'python2-pyscaffold' 'git')
source=("https://github.com/jdherman/SALib/archive/v$pkgver.tar.gz")
-sha1sums=('e4d619726bb977029f112fd5e7576caaadd26e49')
+sha256sums=('e6256c2dfcffb98bb975fcd6fd2330e1a5d2727da648b23f0938ad35d552206b')
build() {
cp -r "${srcdir}"/SALib-$pkgver "${srcdir}"/SALib-$pkgver-py2