summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorliuzhe2021-01-02 18:56:32 +0800
committerliuzhe2021-01-02 18:56:32 +0800
commit031eeee130bedfb05862b82e3068eda06f866471 (patch)
treec51cc1d217333cd0ffc5d65d6a3278c13f6dd972 /PKGBUILD
parentf9e033d73197c8ae10428e51aa135cb5109fa4b5 (diff)
downloadaur-python-hyperopt.tar.gz
0.2.5-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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