summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2015-10-24 15:19:14 +0200
committerMichel Zou2015-10-24 15:19:14 +0200
commit7ffb9e898be5deb98b3b56a76a8a3d1f8da20a00 (patch)
tree1cb67e89b09af0870c10cfc1020901b0ab8a6590
parent11cff0aab1eddee1f01d610a06418eb088e0f20b (diff)
downloadaur-7ffb9e898be5deb98b3b56a76a8a3d1f8da20a00.tar.gz
v0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 066deea3c618..50363f60cb3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-salib
pkgdesc = Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris, and FAST methods.
- pkgver = 0.5
+ pkgver = 0.7
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.5.tar.gz
- md5sums = 4813757308f97f6241cbf33a7ef09527
+ source = https://github.com/jdherman/SALib/archive/v0.7.tar.gz
+ md5sums = 16fc6cc9b6592b4700b6739deaf66dfc
pkgname = python-salib
depends = python-scikit-learn
diff --git a/PKGBUILD b/PKGBUILD
index d249a1ad1407..8ab2eec5efe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-salib
pkgname=('python-salib' 'python2-salib')
-pkgver=0.5
+pkgver=0.7
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')
source=("https://github.com/jdherman/SALib/archive/v$pkgver.tar.gz")
-md5sums=('4813757308f97f6241cbf33a7ef09527')
+md5sums=('16fc6cc9b6592b4700b6739deaf66dfc')
build() {
cp -r "${srcdir}"/SALib-$pkgver "${srcdir}"/SALib-$pkgver-py2