summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2016-04-17 20:47:29 +0200
committerFabien Dubosson2016-04-17 20:47:29 +0200
commit7c313f70f8922b496122b1428ab07bacc4901164 (patch)
tree1ec3fe5c7a93c3f0689ebc891ae7720458e708ee
parent060eec2d0510acb402594d7c59db58cf2a5d4823 (diff)
downloadaur-7c313f70f8922b496122b1428ab07bacc4901164.tar.gz
New upstream release [1.0.1]
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 904e6c5d0432..4cef78a28efe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 5 09:46:48 UTC 2016
+# Sun Apr 17 18:45:30 UTC 2016
pkgbase = python-keras
pkgdesc = Theano-based Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 0.3.3
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/fchollet/keras
changelog = ChangeLog
@@ -19,8 +19,8 @@ pkgbase = python-keras
makedepends = python2-numpy
makedepends = python2-scipy
makedepends = python2-h5py
- source = keras-0.3.3.tar.gz::https://github.com/fchollet/keras/archive/0.3.3.tar.gz
- sha256sums = 7dd843731743879f1d648571bb579004b91fd6a593a6ef389be6c65d6ff81d56
+ source = keras-1.0.1.tar.gz::https://github.com/fchollet/keras/archive/1.0.1.tar.gz
+ sha256sums = 3359ed815df9ec47798998fe885e0a678cb870453a24eca1723f9fb8951f2c89
pkgname = python-keras
depends = python
diff --git a/ChangeLog b/ChangeLog
index 04affd334412..d0e127ad7af3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-17 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 1.0.1-1:
+ New upstream release
+
2016-04-05 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.3.3-1:
diff --git a/PKGBUILD b/PKGBUILD
index e5e89462c8b5..9bb27c7c2956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="0.3.3"
+pkgver="1.0.1"
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}-${pkgver}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('7dd843731743879f1d648571bb579004b91fd6a593a6ef389be6c65d6ff81d56')
+sha256sums=('3359ed815df9ec47798998fe885e0a678cb870453a24eca1723f9fb8951f2c89')
prepare() {
cd "$srcdir/"