summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2018-06-07 05:18:38 -0700
committerDavid McInnis2018-06-07 05:18:38 -0700
commit1961514b15764c41913a91c78306b6f254ecc7bd (patch)
tree9136580442b426cfb8158648722e9478221435f1
parentba7427006b6f814a44972465948914bc4273e934 (diff)
downloadaur-1961514b15764c41913a91c78306b6f254ecc7bd.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d846213b324e..e5ac37f15426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-keras
pkgdesc = Deep Learning library (convnets, recurrent neural networks, and more)
- pkgver = 2.1.6
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/fchollet/keras
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-keras
makedepends = python2-scipy
makedepends = python2-h5py
makedepends = python2-yaml
- source = keras-2.1.6.tar.gz::https://github.com/fchollet/keras/archive/2.1.6.tar.gz
- sha256sums = 88734b83105a7f3aecfe52153db9f47cf7ab5a44c613922d43dc6d8b646f484e
+ source = keras-2.2.0.tar.gz::https://github.com/fchollet/keras/archive/2.2.0.tar.gz
+ sha256sums = 83eae0c251c5ec7e9134e6e79d81da58bfce88e6932fef69dd57c0d512d548f4
pkgname = python-keras
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 2f994f86a1b9..f7f59d9d51e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="2.1.6"
+pkgver="2.2.0"
pkgrel="1"
pkgdesc="Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'pyt
'python2' 'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py' 'python2-yaml'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('88734b83105a7f3aecfe52153db9f47cf7ab5a44c613922d43dc6d8b646f484e')
+sha256sums=('83eae0c251c5ec7e9134e6e79d81da58bfce88e6932fef69dd57c0d512d548f4')
prepare() {
cd "$srcdir/"