summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid McInnis2017-11-05 01:29:41 -0700
committerDavid McInnis2017-11-05 01:29:41 -0700
commit3e8784e5f90c41d7c5393ee3f06f09603c4d4834 (patch)
tree27eea007aa85850fb03f31ac65f99de9b5c84d96 /PKGBUILD
parent8cb7bdca5d91026cb1d785e9d2ae8fb69007559c (diff)
downloadaur-3e8784e5f90c41d7c5393ee3f06f09603c4d4834.tar.gz
fixed incorrect dependency python-tensorflow to tensorflow
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')