summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2016-01-04 10:42:50 +0100
committerFabien Dubosson2016-01-04 10:42:50 +0100
commite78c99e7f867e88e7aac3a9f1f023e6662cf6a87 (patch)
treec6fe20dfe3d5093df48e6288875c0cd3c5ace482
parent238a8a9d1d1fbf8d1c8580ef9d3374b7c82008f4 (diff)
downloadaur-e78c99e7f867e88e7aac3a9f1f023e6662cf6a87.tar.gz
New upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
4 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d6ced996684..b2c149544507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 14:48:56 UTC 2015
+# Mon Jan 4 09:42:47 UTC 2016
pkgbase = python-keras
pkgdesc = Theano-based Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 0.3.0
+ pkgver = 0.3.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.tar.gz::https://github.com/fchollet/keras/archive/0.3.0.tar.gz
- sha256sums = 35a57b3e782e954c8166c8e30704d540862c4bde2c1486b5616b5215dd82bd7b
+ source = keras.tar.gz::https://github.com/fchollet/keras/archive/0.3.1.tar.gz
+ sha256sums = 6b504bb6ccbc0c33fa54c6daa20cc30a61004ef0d1480bca8462c370cf261287
pkgname = python-keras
depends = python
diff --git a/.gitignore b/.gitignore
index 9d47ef9cbbc5..1e6c93286c06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# Downloaded and generated files
*.log
+*.tar
*.tar.xz
*.tar.gz
diff --git a/ChangeLog b/ChangeLog
index 20d696f75081..4b2027052109 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-04 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 0.3.1-1:
+ New upstream release
+
2015-12-30 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.3.0-1:
diff --git a/PKGBUILD b/PKGBUILD
index f2323c7da6bf..99016aad0872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="0.3.0"
+pkgver="0.3.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}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('35a57b3e782e954c8166c8e30704d540862c4bde2c1486b5616b5215dd82bd7b')
+sha256sums=('6b504bb6ccbc0c33fa54c6daa20cc30a61004ef0d1480bca8462c370cf261287')
prepare() {
cd "$srcdir/"