summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-04-15 07:31:25 +0200
committerMichel Zou2016-04-15 07:31:25 +0200
commit8d4c6d738b798e7fc9c0b2be12e6b7cf505aac04 (patch)
treef5f3e213a235eb113678fe0b5f76184dcb281ef5
parent7ffb9e898be5deb98b3b56a76a8a3d1f8da20a00 (diff)
downloadaur-8d4c6d738b798e7fc9c0b2be12e6b7cf505aac04.tar.gz
0.7.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50363f60cb3d..9625fd9f375d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,18 @@
+# Generated by mksrcinfo v8
+# Fri Apr 15 05:31:25 UTC 2016
pkgbase = python-salib
pkgdesc = Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris, and FAST methods.
- pkgver = 0.7
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/jdherman/SALib
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/jdherman/SALib/archive/v0.7.tar.gz
- md5sums = 16fc6cc9b6592b4700b6739deaf66dfc
+ makedepends = python-scikit-learn
+ makedepends = python2-scikit-learn
+ source = https://github.com/jdherman/SALib/archive/v0.7.1.tar.gz
+ sha1sums = 0e681052d8dfecac4caf746b6ebf1702996773ef
pkgname = python-salib
depends = python-scikit-learn
diff --git a/PKGBUILD b/PKGBUILD
index 8ab2eec5efe0..a0559fda4532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgbase=python-salib
pkgname=('python-salib' 'python2-salib')
-pkgver=0.7
+pkgver=0.7.1
pkgrel=1
pkgdesc="Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris, and FAST methods."
url="https://github.com/jdherman/SALib"
arch=(any)
license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-scikit-learn' 'python2-scikit-learn')
source=("https://github.com/jdherman/SALib/archive/v$pkgver.tar.gz")
-md5sums=('16fc6cc9b6592b4700b6739deaf66dfc')
+sha1sums=('0e681052d8dfecac4caf746b6ebf1702996773ef')
build() {
cp -r "${srcdir}"/SALib-$pkgver "${srcdir}"/SALib-$pkgver-py2