summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2015-09-16 16:34:57 +0200
committerFabien Dubosson2015-09-16 16:34:57 +0200
commit581c02dd4891c8448deb57423c76e93658fb4b6f (patch)
tree70fda5b3d0e0e8beeedc08c9a069f73b9551102e
parent9f25c6544ef90d12d4c8d50f4eb64115424a7c08 (diff)
downloadaur-581c02dd4891c8448deb57423c76e93658fb4b6f.tar.gz
New upstream release 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b420d9d0b6a4..c9e6872c87bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-keras
pkgdesc = Theano-based Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 0.1.1
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/fchollet/keras
changelog = ChangeLog
@@ -17,8 +17,8 @@ pkgbase = python-keras
makedepends = python2-numpy
makedepends = python2-scipy
makedepends = python2-h5py
- source = keras.tar.gz::https://github.com/fchollet/keras/archive/0.1.1.tar.gz
- sha256sums = 5203c19b811d88873fe6fc520c7890c6c6a772692d79a3c164be251fe4941897
+ source = keras.tar.gz::https://github.com/fchollet/keras/archive/0.1.3.tar.gz
+ sha256sums = 0d2a1ce1d25abebdf7480a415f56b5c87e6f999bea3a02f6fe5571f025297037
pkgname = python-keras
depends = python
diff --git a/ChangeLog b/ChangeLog
index 8a89d2f38984..68e9d4a63f81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-16 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 0.1.3-1:
+ New upstream release
+
2015-06-30 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.1.1-1:
diff --git a/PKGBUILD b/PKGBUILD
index 4c868c7684d7..bea18c10914c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="0.1.1"
+pkgver="0.1.3"
pkgrel="1"
pkgdesc="Theano-based Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'python-
)
changelog="ChangeLog"
source=("${_pkgname}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('5203c19b811d88873fe6fc520c7890c6c6a772692d79a3c164be251fe4941897')
+sha256sums=('0d2a1ce1d25abebdf7480a415f56b5c87e6f999bea3a02f6fe5571f025297037')
prepare() {
cd "$srcdir/"