summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2015-12-30 15:50:24 +0100
committerFabien Dubosson2015-12-30 15:50:24 +0100
commit238a8a9d1d1fbf8d1c8580ef9d3374b7c82008f4 (patch)
tree3691e0325b63e506543c05779fe8e3b70afe98d8
parent581c02dd4891c8448deb57423c76e93658fb4b6f (diff)
downloadaur-238a8a9d1d1fbf8d1c8580ef9d3374b7c82008f4.tar.gz
New upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9e6872c87bb..4d6ced996684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Dec 30 14:48:56 UTC 2015
pkgbase = python-keras
pkgdesc = Theano-based Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 0.1.3
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/fchollet/keras
changelog = ChangeLog
@@ -17,8 +19,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.3.tar.gz
- sha256sums = 0d2a1ce1d25abebdf7480a415f56b5c87e6f999bea3a02f6fe5571f025297037
+ source = keras.tar.gz::https://github.com/fchollet/keras/archive/0.3.0.tar.gz
+ sha256sums = 35a57b3e782e954c8166c8e30704d540862c4bde2c1486b5616b5215dd82bd7b
pkgname = python-keras
depends = python
diff --git a/ChangeLog b/ChangeLog
index 68e9d4a63f81..20d696f75081 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-30 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 0.3.0-1:
+ New upstream release
+
2015-09-16 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.1.3-1:
diff --git a/PKGBUILD b/PKGBUILD
index bea18c10914c..f2323c7da6bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="0.1.3"
+pkgver="0.3.0"
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=('0d2a1ce1d25abebdf7480a415f56b5c87e6f999bea3a02f6fe5571f025297037')
+sha256sums=('35a57b3e782e954c8166c8e30704d540862c4bde2c1486b5616b5215dd82bd7b')
prepare() {
cd "$srcdir/"