summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2015-11-21 16:44:21 +0100
committerFabien Dubosson2015-11-21 16:44:21 +0100
commite727f3e5f3ab3a68c2eaba6b427565828b92dee9 (patch)
tree6c5d3969ab69821dc6a3cba6a36ad103908c141f
parent6356601a28fe030c984d9d88379b72e5fc55fc44 (diff)
downloadaur-e727f3e5f3ab3a68c2eaba6b427565828b92dee9.tar.gz
Remove some makedepends
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2c3e2a3dee7..a9577d980543 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-keras-git
pkgdesc = Theano-based Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = r541.256a908
+ pkgver = 0.2.0.r189.g50467e3
pkgrel = 1
url = https://github.com/fchollet/keras
changelog = ChangeLog
@@ -10,14 +10,8 @@ pkgbase = python-keras-git
makedepends = git
makedepends = python
makedepends = python-setuptools
- makedepends = python-numpy
- makedepends = python-scipy
- makedepends = python-h5py
makedepends = python2
makedepends = python2-setuptools
- makedepends = python2-numpy
- makedepends = python2-scipy
- makedepends = python2-h5py
source = keras::git+http://github.com/fchollet/keras.git
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
index 9d47ef9cbbc5..1e6c93286c06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# Downloaded and generated files
*.log
+*.tar
*.tar.xz
*.tar.gz
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")