summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2018-10-08 15:51:41 -0700
committerDavid McInnis2018-10-08 15:51:41 -0700
commit05d29faed8dd88b90707b1c45ce1cde66b7ef418 (patch)
tree8c74d372ec6e7961ef415988b2ea4015c57eadb6
parent93029ab9483d2f1b90abbae076d1ec4d9ea950ac (diff)
downloadaur-05d29faed8dd88b90707b1c45ce1cde66b7ef418.tar.gz
version bump to 2.2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d23a06c992f..37fa1484eaef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-keras
pkgdesc = Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 2.2.2
- pkgrel = 4
+ pkgver = 2.2.4
+ pkgrel = 1
url = https://github.com/fchollet/keras
arch = any
license = MIT
@@ -15,8 +15,8 @@ pkgbase = python-keras
makedepends = python2-scipy
makedepends = python2-h5py
makedepends = python2-yaml
- source = keras-2.2.2.tar.gz::https://github.com/keras-team/keras/archive/2.2.2.tar.gz
- sha256sums = 76a7110a0f7b6114bfcf9453057a7e3c65e3957791336423b09a7420fc3de3a8
+ source = keras-2.2.4.tar.gz::https://github.com/keras-team/keras/archive/2.2.4.tar.gz
+ sha256sums = 46f8e5bd66f778abd8d5a62b3c3d749fbd41854176fcf0df5258cf94c3fd1b28
pkgname = python-keras
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index f207771fe0d2..bf8832763c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="2.2.2"
-pkgrel=4
+pkgver="2.2.4"
+pkgrel=1
pkgdesc="Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
url="https://github.com/fchollet/keras"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools' 'python-numpy' 'python-scipy' 'python-h5py'
'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py' 'python2-yaml'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/keras-team/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('76a7110a0f7b6114bfcf9453057a7e3c65e3957791336423b09a7420fc3de3a8')
+sha256sums=('46f8e5bd66f778abd8d5a62b3c3d749fbd41854176fcf0df5258cf94c3fd1b28')
prepare() {
cd "$srcdir/"