summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ff504410430..f0c10a787a5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-keras
pkgdesc = Deep Learning library (convnets, recurrent neural networks, and more)
pkgver = 2.0.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fchollet/keras
arch = any
license = MIT
@@ -11,14 +11,13 @@ pkgbase = python-keras
makedepends = python-scipy
makedepends = python-h5py
makedepends = python-yaml
- makedepends = python-tensorflow
+ makedepends = tensorflow
makedepends = python2
makedepends = python2-setuptools
makedepends = python2-numpy
makedepends = python2-scipy
makedepends = python2-h5py
makedepends = python2-yaml
- makedepends = python2-tensorflow
source = keras-2.0.9.tar.gz::https://github.com/fchollet/keras/archive/2.0.9.tar.gz
sha256sums = cb572783074aa0252fc89dc849483652e569158da7438bd2fc1a090d9cd95f83
diff --git a/PKGBUILD b/PKGBUILD
index cbd1d762b7f4..3c66ff09d2a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
pkgver="2.0.9"
-pkgrel="2"
+pkgrel="3"
pkgdesc="Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
url="https://github.com/fchollet/keras"
license=('MIT')
-makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'python-h5py' 'python-yaml' 'python-tensorflow'
- 'python2' 'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py' 'python2-yaml' 'python2-tensorflow'
+makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'python-h5py' 'python-yaml' 'tensorflow'
+ 'python2' 'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py' 'python2-yaml'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('cb572783074aa0252fc89dc849483652e569158da7438bd2fc1a090d9cd95f83')