summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62d533504f5e..029f62b74b39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gpy
pkgdesc = Gaussian processes framework in python
- pkgver = 1.9.8
+ pkgver = 1.9.9
pkgrel = 1
url = https://github.com/SheffieldML/GPy
arch = any
@@ -23,8 +23,8 @@ pkgbase = python-gpy
optdepends = python-jupyter_client
optdepends = jupyter-notebook
optdepends = python-mpi4py
- source = https://files.pythonhosted.org/packages/source/G/GPy/GPy-1.9.8.tar.gz
- sha256sums = 33a55bb99fe5c7cdd8df4f8e220e3b87574afde49f5654b3ef7c0445018af4a0
+ source = https://files.pythonhosted.org/packages/source/G/GPy/GPy-1.9.9.tar.gz
+ sha256sums = 04faf0c24eacc4dea60727c50a48a07ddf9b5751a3b73c382105e2a31657c7ed
pkgname = python-gpy
diff --git a/PKGBUILD b/PKGBUILD
index 443ce65f81cd..a7c8c466e3d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-gpy
_name=GPy
-pkgver=1.9.8
+pkgver=1.9.9
pkgrel=1
pkgdesc="Gaussian processes framework in python"
arch=("any")
@@ -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=("33a55bb99fe5c7cdd8df4f8e220e3b87574afde49f5654b3ef7c0445018af4a0")
+sha256sums=("04faf0c24eacc4dea60727c50a48a07ddf9b5751a3b73c382105e2a31657c7ed")
prepare() {
cd "GPy-${pkgver}"