summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-11-04 19:09:17 +0100
committerMichel Zou2016-11-04 19:09:17 +0100
commit0287a2523012225bed6955b8abf070e295c31278 (patch)
treec0ce7060af0592c45706ddb75d9dfaac494db687
parent3e85b9e1dae2d48b227652dfad3a15553f274924 (diff)
downloadaur-0287a2523012225bed6955b8abf070e295c31278.tar.gz
1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eabc2c527ece..e3a33d89d2ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 12 16:32:59 UTC 2016
+# Fri Nov 4 18:09:17 UTC 2016
pkgbase = python-salib
pkgdesc = Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris, and FAST methods.
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/jdherman/SALib
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-salib
makedepends = python2-numpy
makedepends = python-pyscaffold
makedepends = python2-pyscaffold
- source = https://github.com/jdherman/SALib/archive/v1.0.0.tar.gz
- sha1sums = cfe5c9ae82c11b69f0148e5590aaa5f90f638feb
+ source = https://github.com/jdherman/SALib/archive/v1.0.1.tar.gz
+ sha1sums = e4d619726bb977029f112fd5e7576caaadd26e49
pkgname = python-salib
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index c2060a122b4c..f5249d315deb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-salib
pkgname=('python-salib' 'python2-salib')
-pkgver=1.0.0
+pkgver=1.0.1
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')
source=("https://github.com/jdherman/SALib/archive/v$pkgver.tar.gz")
-sha1sums=('cfe5c9ae82c11b69f0148e5590aaa5f90f638feb')
+sha1sums=('e4d619726bb977029f112fd5e7576caaadd26e49')
build() {
cp -r "${srcdir}"/SALib-$pkgver "${srcdir}"/SALib-$pkgver-py2