Date: Monday, June 13, 2022 @ 08:29:48 Author: kgizdov Revision: 1237325
upgpkg: python-keras 2.9.0-1 Modified: python-keras/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-13 08:28:06 UTC (rev 1237324) +++ PKGBUILD 2022-06-13 08:29:48 UTC (rev 1237325) @@ -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.8.0 +pkgver=2.9.0 pkgrel=1 arch=('any') source=("https://files.pythonhosted.org/packages/py2.py3/${_pkgbase::1}/${_pkgbase}/${_pkgbase//-/_}-${pkgver}-py2.py3-none-any.whl" @@ -14,8 +14,8 @@ 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=('744d39dc6577dcd80ff4a4d41549e92b77d6a17e0edd58a431d30656e29bc94e' - 'ebc07b279109d4bd5e58fe06f54e8f8aee8ba1024b77b222bc04214ae6f56348') +sha256sums=('55911256f89cfc9343c9fbe4b61ec45a2d33d89729cbe1ab9dcacf8b07b8b6ab' + '58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd') package () { PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl
