summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2018-03-12 05:52:57 -0700
committerDavid McInnis2018-03-12 05:52:57 -0700
commitf55caf0e922e9749ae889be561d1ffebaee52503 (patch)
treec6ae663b03ee0900f0fa32beb92843bac81430d1
parent845a6a3cb630699258b791f8df51d53a45b8f937 (diff)
downloadaur-f55caf0e922e9749ae889be561d1ffebaee52503.tar.gz
version bump to 2.1.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffde5c1d4728..3ca4d8ce4913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-keras
pkgdesc = Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 2.1.4
+ pkgver = 2.1.5
pkgrel = 1
url = https://github.com/fchollet/keras
arch = any
@@ -11,15 +11,14 @@ pkgbase = python-keras
makedepends = python-scipy
makedepends = python-h5py
makedepends = python-yaml
- makedepends = tensorflow
makedepends = python2
makedepends = python2-setuptools
makedepends = python2-numpy
makedepends = python2-scipy
makedepends = python2-h5py
makedepends = python2-yaml
- source = keras-2.1.4.tar.gz::https://github.com/fchollet/keras/archive/2.1.4.tar.gz
- sha256sums = fec0bfcee160fbf79baec2afa2691e751106a171280358f4705b8e79bee4c666
+ source = keras-2.1.5.tar.gz::https://github.com/fchollet/keras/archive/2.1.5.tar.gz
+ sha256sums = 9195027cc2deb063bee4964bb27be1f5e2411e44defc69348ed9ede418641557
pkgname = python-keras
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 828a660503d2..72e6f7d39546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="2.1.4"
+pkgver="2.1.5"
pkgrel="1"
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' 'tensorflow'
+makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'python-h5py' 'python-yaml'
'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=('fec0bfcee160fbf79baec2afa2691e751106a171280358f4705b8e79bee4c666')
+sha256sums=('9195027cc2deb063bee4964bb27be1f5e2411e44defc69348ed9ede418641557')
prepare() {
cd "$srcdir/"