summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6bbabfb81b4..42b2ca89b7b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-hyperopt
pkgdesc = Distributed Asynchronous Hyperparameter Optimization in Python
pkgver = 0.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyperopt/hyperopt
arch = any
license = custom
@@ -15,7 +15,7 @@ pkgbase = python-hyperopt
optdepends = python-lightgbm: ATPE
optdepends = python-scikit-learn: ATPE
source = hyperopt-0.2.5.tar.gz::https://github.com/hyperopt/hyperopt/archive/0.2.5.tar.gz
- sha1sums = a41ee91673a32d66326e163a16a0119ea739f224
+ sha1sums = 6ddf1e4761df9c5756b1dc646fba1a86b91b36d0
pkgname = python-hyperopt
diff --git a/PKGBUILD b/PKGBUILD
index 780c12aabf88..5cd735842529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-hyperopt
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc='Distributed Asynchronous Hyperparameter Optimization in Python'
arch=('any')
url='https://github.com/hyperopt/hyperopt'
@@ -10,7 +10,7 @@ license=('custom')
depends=('python-scipy' 'python-six' 'python-networkx' 'python-future' 'python-tqdm' 'python-cloudpickle')
optdepends=('python-pymongo: MongoTrials' 'python-lightgbm: ATPE' 'python-scikit-learn: ATPE')
source=("hyperopt-$pkgver.tar.gz::https://github.com/hyperopt/hyperopt/archive/$pkgver.tar.gz")
-sha1sums=('a41ee91673a32d66326e163a16a0119ea739f224')
+sha1sums=('6ddf1e4761df9c5756b1dc646fba1a86b91b36d0')
build() {
cd "$srcdir"/hyperopt-$pkgver