summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid McInnis2016-08-08 13:52:57 -0700
committerDavid McInnis2016-08-08 13:52:57 -0700
commit50e3e3c69a47ffcc33770806d6330ceb90251e35 (patch)
treed43898a9e0e76d0f25c68f71148053e4d00f4c2a /PKGBUILD
parent3706fdceb29dce2d406b5b6142af3dafabb7fc18 (diff)
downloadaur-50e3e3c69a47ffcc33770806d6330ceb90251e35.tar.gz
bumped to 1.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3fac12e577f..2065274b4a07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
-pkgver="1.0.6"
+pkgver="1.0.7"
pkgrel="1"
pkgdesc="Theano-based Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'python-
'python2' 'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('426773d4f54f8332c78556dcd9bbcc83f6869fefbc6ecb33424252890bf65e80')
+sha256sums=('b94158c9dd09d3af79acf0ea06ed0084d4645b0ea1b62168f10929260731b14e')
prepare() {
cd "$srcdir/"