summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2017-02-11 19:52:45 +0100
committerFabien Dubosson2017-02-11 19:52:45 +0100
commit07676db8bf73061ef451ec261ea801a135e20a04 (patch)
tree989abbed56c8abf84861082a38a85d111b28eec7
parent5da2733f1cc89d06f82b3549dfcb1a24487294fb (diff)
downloadaur-07676db8bf73061ef451ec261ea801a135e20a04.tar.gz
New upstream release 1.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7636d484da8f..d552991aec8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 3 10:53:29 UTC 2017
+# Sat Feb 11 18:52:32 UTC 2017
pkgbase = python-keras
pkgdesc = Theano-based Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/fchollet/keras
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-keras
makedepends = python2-numpy
makedepends = python2-scipy
makedepends = python2-h5py
- source = keras-1.2.1.tar.gz::https://github.com/fchollet/keras/archive/1.2.1.tar.gz
- sha256sums = 7e768d14ed73e366f3a2565d93aeabe9ca117f695d8893bbabe114e6d9ce11d9
+ source = keras-1.2.2.tar.gz::https://github.com/fchollet/keras/archive/1.2.2.tar.gz
+ sha256sums = 786f7a98a09c1217e7c76c2fb485440c3675c7188bf7d9afcd4e5c75fc97406e
pkgname = python-keras
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index f6316fd0e57c..e0418f584e2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="1.2.1"
+pkgver="1.2.2"
pkgrel="1"
pkgdesc="Theano-based Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'python-
'python2' 'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('7e768d14ed73e366f3a2565d93aeabe9ca117f695d8893bbabe114e6d9ce11d9')
+sha256sums=('786f7a98a09c1217e7c76c2fb485440c3675c7188bf7d9afcd4e5c75fc97406e')
prepare() {
cd "$srcdir/"