summaryrefslogtreecommitdiffstats
path: root/python/prompt_toolkit
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-08-03 22:43:58 +0200
committer David Spencer2016-08-05 19:10:49 +0200
commit14cd8ccf09e829e31b3ff8bf69b47aea12f1d104 (patch)
treedbbce0d895c6d124d79b6a1875f451c80c282d94 /python/prompt_toolkit
parent24774273ab201266017e6290a4250a07a1e1ebc7 (diff)
downloadslackbuilds-14cd8ccf09e829e31b3ff8bf69b47aea12f1d104.tar.gz
python/prompt_toolkit: Updated for version 1.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/prompt_toolkit')
-rw-r--r--python/prompt_toolkit/prompt_toolkit.SlackBuild8
-rw-r--r--python/prompt_toolkit/prompt_toolkit.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/prompt_toolkit/prompt_toolkit.SlackBuild b/python/prompt_toolkit/prompt_toolkit.SlackBuild
index c587579b81..4fc67af01d 100644
--- a/python/prompt_toolkit/prompt_toolkit.SlackBuild
+++ b/python/prompt_toolkit/prompt_toolkit.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=prompt_toolkit
-VERSION=${VERSION:-1.0.3}
+VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/python/prompt_toolkit/prompt_toolkit.info b/python/prompt_toolkit/prompt_toolkit.info
index b537bd90ab..79e20c9a9e 100644
--- a/python/prompt_toolkit/prompt_toolkit.info
+++ b/python/prompt_toolkit/prompt_toolkit.info
@@ -1,8 +1,8 @@
PRGNAM="prompt_toolkit"
-VERSION="1.0.3"
+VERSION="1.0.4"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
-DOWNLOAD="https://pypi.python.org/packages/8d/de/412f23919929c01e6b55183e124623f705e4b91796d3d2dce2cb53d595ad/prompt_toolkit-1.0.3.tar.gz"
-MD5SUM="6c4133d099603f496c761491043bf0ef"
+DOWNLOAD="https://pypi.python.org/packages/de/9c/64245b1b54fefada2562bbfd4089cd32e804caacaa3e31ea099f4bb3cfd0/prompt_toolkit-1.0.4.tar.gz"
+MD5SUM="bf908386561dc59d6dc9c8f2af3f9c38"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wcwidth six"