summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2021-05-09 15:53:58 +0800
committerJingbei Li2021-05-09 15:53:58 +0800
commite545afdbbf298c3e5e5d50f3474549a21e9b584a (patch)
treec9046c16d236d280273fd9f0efd90264e1da3cb6 /PKGBUILD
parent67526352f681c8296f9e3a0d81fafef46654190a (diff)
downloadaur-python-keras.tar.gz
upgraded to 2.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9aaa08ba47b4..1eb0218a8a90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname=python-keras
-_pkgname="keras"
-pkgver=2.4.0
+_pkgname="Keras"
+pkgver=2.4.3
pkgrel=1
pkgdesc="Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
@@ -28,8 +28,8 @@ optdepends=(
'python-tensorflow: For TensorFlow backend'
'mxnet: For MXNet backend'
)
-source=("https://github.com/keras-team/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('ef97067e35719cf93b7b835d1300015bb1e1f1a7b3dd7be897c110419fa1a1d1')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('fedd729b52572fb108a98e3d97e1bac10a81d3917d2103cc20ab2a5f03beb973')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"