diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2016-08-25 21:27:16 +0300 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:29:20 +0100 |
commit | 2c0541d36887c5f1c4f3217c2c4b1e16492c9175 (patch) | |
tree | 5f5d8da2a90e4c25b7b276f76a7bd77be8b1627f /python/pip/pip.SlackBuild | |
parent | 9c16bb89364d49afa6f179b6cc515414823acb4f (diff) | |
download | slackbuilds-2c0541d36887c5f1c4f3217c2c4b1e16492c9175.tar.gz |
python/pip: Updated for version 8.1.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/pip/pip.SlackBuild')
-rw-r--r-- | python/pip/pip.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild index d6fe0f6713..ed4e06c735 100644 --- a/python/pip/pip.SlackBuild +++ b/python/pip/pip.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pip -# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pip -VERSION=${VERSION:-7.1.2} +VERSION=${VERSION:-8.1.2} 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 |