summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2018-10-08 15:54:18 -0700
committerDavid McInnis2018-10-08 15:54:18 -0700
commit83fb53561f3c7b80bda0bd9b01f378d64ea5ce49 (patch)
tree77c00c43ee26d8a25374b764ea4fe6e1a9efd393
parent05d29faed8dd88b90707b1c45ce1cde66b7ef418 (diff)
parent1a79935eb269d04e5e2ebd99eff806bf0b64d8e7 (diff)
downloadaur-83fb53561f3c7b80bda0bd9b01f378d64ea5ce49.tar.gz
version bump to 2.2.4
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf8832763c00..d3d7b43e3658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
pkgver="2.2.4"
-pkgrel=1
+pkgrel="1"
pkgdesc="Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
url="https://github.com/fchollet/keras"
@@ -19,7 +19,7 @@ sha256sums=('46f8e5bd66f778abd8d5a62b3c3d749fbd41854176fcf0df5258cf94c3fd1b28')
prepare() {
cd "$srcdir/"
cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
- cd "${_pkgname}-${pkgver}"
+ cd "${_pkgname}-${pkgver}-py2"
sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \