summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoroysstu2021-09-27 15:45:11 +0200
committeroysstu2021-09-27 15:45:11 +0200
commit9bd5f050e99df9e7483932b629ea43b6f89e496c (patch)
tree02756cfb266fca373331f69ee470e6c1d510080a /PKGBUILD
parent6c196a38882f9b432fbe54af33ed7d0e902c8312 (diff)
downloadaur-9bd5f050e99df9e7483932b629ea43b6f89e496c.tar.gz
v1.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8472427e6ec..7f48283b668a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-gpy
_name=GPy
-pkgver=1.9.9
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
pkgdesc="Gaussian processes framework in python"
arch=("any")
license=("BSD")
@@ -13,7 +13,7 @@ depends=('python' 'python-numpy' 'python-scipy' 'python-six' 'python-paramz' 'py
optdepends=('python-plotly' 'ipython' 'python-sphinx' 'python-ipykernel' 'python-ipywidgets' 'python-jupyter_client' 'jupyter-notebook' 'python-mpi4py')
makedepends=('python-setuptools' 'python-numpy' 'cython')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=("04faf0c24eacc4dea60727c50a48a07ddf9b5751a3b73c382105e2a31657c7ed")
+sha256sums=('a2b793ef8d0ac71739e7ba1c203bc8a5afa191058b42caa617e0e29aa52aa6fb')
prepare() {
cd "GPy-${pkgver}"