summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2017-06-13 12:02:23 -0700
committerDavid McInnis2017-06-13 12:02:23 -0700
commit1f3f3a7fbe510d3622f86037d817684ec355eb79 (patch)
tree38626384f21f0e722d46dcef65d18aa776532557
parent624eeac6c0119a59663cebf049939c6d38cf2f12 (diff)
downloadaur-1f3f3a7fbe510d3622f86037d817684ec355eb79.tar.gz
bump version to 2.0.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b2581c7cec3..2e047137ac3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Apr 30 23:37:01 UTC 2017
pkgbase = python-keras
pkgdesc = Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 2.0.4
+ pkgver = 2.0.5
pkgrel = 1
url = https://github.com/fchollet/keras
arch = any
@@ -12,13 +10,15 @@ pkgbase = python-keras
makedepends = python-numpy
makedepends = python-scipy
makedepends = python-h5py
+ makedepends = python-yaml
makedepends = python2
makedepends = python2-setuptools
makedepends = python2-numpy
makedepends = python2-scipy
makedepends = python2-h5py
- source = keras-2.0.4.tar.gz::https://github.com/fchollet/keras/archive/2.0.4.tar.gz
- sha256sums = 2988421421ca0fd91738cd327e4b12998bff28b2e106a576835dc211fa093486
+ makedepends = python2-yaml
+ source = keras-2.0.5.tar.gz::https://github.com/fchollet/keras/archive/2.0.5.tar.gz
+ sha256sums = cc32f91e6d1f549f72abe5cc23ac1309cb364777027d1b5faa02af1e02efe163
pkgname = python-keras
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 35f397b22e3c..1026c634bb77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="2.0.4"
+pkgver="2.0.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'
- 'python2' 'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py'
+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=('2988421421ca0fd91738cd327e4b12998bff28b2e106a576835dc211fa093486')
+sha256sums=('cc32f91e6d1f549f72abe5cc23ac1309cb364777027d1b5faa02af1e02efe163')
prepare() {
cd "$srcdir/"