summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5721fa1939a..6c8b96968cb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imbalanced-learn"
_pkgname="imbalanced-learn"
-pkgver=0.4.3
+pkgver=0.7.0
pkgrel=1
pkgdesc="imbalanced-learn is a python package offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance."
arch=('any')
@@ -11,8 +11,8 @@ license=('MIT')
depends=('python' 'python-scipy' 'python-numpy' 'python-scikit-learn')
optdepends=('python-keras' 'python-tensorflow')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/4f/4d/e260fc004307d6ebc4909ee25e6c918a2399a7fb91975afd95ec48d1c8b4/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('5bd9e86e40ce4001a57426541d7c79b18143cbd181e3330c1a3e5c5c43287083')
+source=("https://files.pythonhosted.org/packages/3e/c1/2a1b332589b3e668a560c0cb00d98c204ece60f178a0dbde4e2165194ce7/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('da59de0d1c0fa66f62054dd9a0a295a182563aa1abbb3bf9224a3678fcfe8fa4')
build() {
cd $srcdir/$_pkgname-$pkgver