summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-03-04 19:01:50 +0100
committerMichel Zou2018-03-04 19:01:50 +0100
commit9e0479d7a13eed0fc4e70a03a7a0394e1ee61d74 (patch)
treeaafccac8761c4f0293439d25edb1b2412dfa7494
parent65ff7d995dc27648261af2edba74a951c0481afe (diff)
downloadaur-9e0479d7a13eed0fc4e70a03a7a0394e1ee61d74.tar.gz
1.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b5f735ed19..5e0426575af8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 17 22:30:08 UTC 2016
+# Sun Mar 4 18:01:50 UTC 2018
pkgbase = python-salib
pkgdesc = Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris, and FAST methods.
- pkgver = 1.0.1
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/jdherman/SALib
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-salib
makedepends = python-pyscaffold
makedepends = python2-pyscaffold
makedepends = git
- source = https://github.com/jdherman/SALib/archive/v1.0.1.tar.gz
- sha1sums = e4d619726bb977029f112fd5e7576caaadd26e49
+ source = https://github.com/jdherman/SALib/archive/v1.1.3.tar.gz
+ sha256sums = e6256c2dfcffb98bb975fcd6fd2330e1a5d2727da648b23f0938ad35d552206b
pkgname = python-salib
depends = python-numpy
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