libraries/pexpect: Updated for version 3.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-05-25 19:35:52 +07:00
parent 59c511c4e5
commit e3ddbd385f
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for Pexpect
# Copyright (c) 2007 Javier Rojas <jerojasro@gmail.com>
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2015 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:-3.2}
VERSION=${VERSION:-3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,7 +73,7 @@ find -L . \
python setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a DEVELOPERS INSTALL LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="pexpect"
VERSION="3.2"
VERSION="3.3"
HOMEPAGE="https://github.com/pexpect/pexpect"
DOWNLOAD="https://github.com/pexpect/pexpect/archive/3.2.tar.gz"
MD5SUM="914aaaefcdec17afd45feb64f0fdd4d7"
DOWNLOAD="https://github.com/pexpect/pexpect/archive/3.3.tar.gz"
MD5SUM="dc2f408c95b0d8bc7c1c3bdba738a70e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""