summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:46:00 +0100
committerWill Handley2022-07-01 15:46:00 +0100
commit458cc47177e35cf6a116b80473a5ea66dfec0dae (patch)
tree7f232e10aefabe6cfe8cab30f9792c065e556da5 /PKGBUILD
parent6689897e8f27950f8d4f6d708cd61f93a3638cc7 (diff)
downloadaur-python-gpyopt-git.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e75bb12082c..6f6e631607ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_pkgname=gpyopt
pkgname=python-$_pkgname-git
-pkgver=r488.33d207e
-pkgrel=2
+pkgver=r514.0be0508
+pkgrel=1
pkgdesc="Gaussian Process Optimization using GPy"
arch=('any')
url="https://github.com/SheffieldML/GPyOpt"
license=()
groups=()
-depends=('python')
-makedepends=('git' 'python-setuptools')
+depends=(python)
+makedepends=(git python-setuptools)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()