Date: Wednesday, November 23, 2022 @ 01:49:10 Author: kgizdov Revision: 1351993
upgpkg: python-keras 2.11.0-1 Modified: python-keras/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-23 01:46:22 UTC (rev 1351992) +++ PKGBUILD 2022-11-23 01:49:10 UTC (rev 1351993) @@ -6,7 +6,7 @@ pkgdesc='A deep learning API written in Python, running on top of the machine learning platform TensorFlow' url='https://keras.io/' license=('Apache') -pkgver=2.10.0 +pkgver=2.11.0 pkgrel=1 arch=('any') source=("https://files.pythonhosted.org/packages/py2.py3/${_pkgbase::1}/${_pkgbase}/${_pkgbase//-/_}-${pkgver}-py2.py3-none-any.whl" @@ -14,7 +14,7 @@ makedepends=('python-pip') depends=('absl-py' 'python' 'python-h5py' 'python-keras-preprocessing' 'python-numpy' 'python-pandas' 'python-pillow' 'python-pydot' 'python-scipy' 'python-six' 'python-tensorflow' 'python-yaml' 'tensorboard') -sha256sums=('26a6e2c2522e7468ddea22710a99b3290493768fc08a39e75d1173a0e3452fdf' +sha256sums=('38c6fff0ea9a8b06a2717736565c92a73c8cd9b1c239e7125ccb188b7848f65e' '58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd') package () {
