summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2017-11-13 21:13:51 -0800
committerDavid McInnis2017-11-13 21:13:51 -0800
commitc25a4cdd8efb5dea1aec30fdead6ad5cfb0ec282 (patch)
tree4a59b213b7b0029792c7b27e3de5a5027bd66645
parent3e8784e5f90c41d7c5393ee3f06f09603c4d4834 (diff)
downloadaur-c25a4cdd8efb5dea1aec30fdead6ad5cfb0ec282.tar.gz
bumped version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c10a787a5e..066b4958f8e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-keras
pkgdesc = Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 2.0.9
- pkgrel = 3
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/fchollet/keras
arch = any
license = MIT
@@ -18,8 +18,8 @@ pkgbase = python-keras
makedepends = python2-scipy
makedepends = python2-h5py
makedepends = python2-yaml
- source = keras-2.0.9.tar.gz::https://github.com/fchollet/keras/archive/2.0.9.tar.gz
- sha256sums = cb572783074aa0252fc89dc849483652e569158da7438bd2fc1a090d9cd95f83
+ source = keras-2.1.0.tar.gz::https://github.com/fchollet/keras/archive/2.1.0.tar.gz
+ sha256sums = 3bd5d253ffd1a8f40f8285b582a8894a837330ed173ead077d36fb059f2d44b2
pkgname = python-keras
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 3c66ff09d2a2..d8d0fe0ec04d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="2.0.9"
-pkgrel="3"
+pkgver="2.1.0"
+pkgrel="1"
pkgdesc="Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
url="https://github.com/fchollet/keras"
@@ -15,7 +15,7 @@ makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'pyt
'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')
+sha256sums=('3bd5d253ffd1a8f40f8285b582a8894a837330ed173ead077d36fb059f2d44b2')
prepare() {
cd "$srcdir/"