summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabien Dubosson2015-11-21 16:44:21 +0100
committerFabien Dubosson2015-11-21 16:44:21 +0100
commite727f3e5f3ab3a68c2eaba6b427565828b92dee9 (patch)
tree6c5d3969ab69821dc6a3cba6a36ad103908c141f /PKGBUILD
parent6356601a28fe030c984d9d88379b72e5fc55fc44 (diff)
downloadaur-e727f3e5f3ab3a68c2eaba6b427565828b92dee9.tar.gz
Remove some makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8885a00790e9..00926aeded5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgbase="python-keras-git"
pkgname=("python-keras-git" "python2-keras-git")
_pkgname="keras"
-pkgver=r541.256a908
+pkgver=0.2.0.r189.g50467e3
pkgrel=1
pkgdesc="Theano-based Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('i686' 'x86_64')
url="https://github.com/fchollet/keras"
license=('MIT')
makedepends=('git'
- 'python' 'python-setuptools' 'python-numpy' 'python-scipy' 'python-h5py'
- 'python2' 'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py'
+ 'python' 'python-setuptools'
+ 'python2' 'python2-setuptools'
)
changelog="ChangeLog"
source=("${_pkgname}::git+http://github.com/fchollet/${_pkgname}.git")