summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2018-07-03 13:47:04 +0200
committer Willy Sudiarto Raharjo2018-07-07 01:54:13 +0200
commit8262ce81866646a0e750ffa011fe388aa8c4457b (patch)
treecdcca273d65d7066d9bde0e3a79a1bc5e230453a /libraries
parentba716d42415464378a2f65b8c7ac94f61c32e417 (diff)
downloadslackbuilds-8262ce81866646a0e750ffa011fe388aa8c4457b.tar.gz
libraries/pexpect: Updated for version 4.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/pexpect/pexpect.SlackBuild6
-rw-r--r--libraries/pexpect/pexpect.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/pexpect/pexpect.SlackBuild b/libraries/pexpect/pexpect.SlackBuild
index 8bcd847812..e60bff3237 100644
--- a/libraries/pexpect/pexpect.SlackBuild
+++ b/libraries/pexpect/pexpect.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for Pexpect
# Copyright (c) 2007 Javier Rojas <jerojasro@gmail.com>
-# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pexpect
-VERSION=${VERSION:-4.2.1}
+VERSION=${VERSION:-4.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/libraries/pexpect/pexpect.info b/libraries/pexpect/pexpect.info
index b65a7ec1d3..d5c3e3374a 100644
--- a/libraries/pexpect/pexpect.info
+++ b/libraries/pexpect/pexpect.info
@@ -1,8 +1,8 @@
PRGNAM="pexpect"
-VERSION="4.2.1"
+VERSION="4.6.0"
HOMEPAGE="https://github.com/pexpect/pexpect"
-DOWNLOAD="https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98/pexpect-4.2.1.tar.gz"
-MD5SUM="3694410001a99dff83f0b500a1ca1c95"
+DOWNLOAD="https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz"
+MD5SUM="d4f3372965a996238d57d19b95d2e03a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ptyprocess"