From ece3556a58f8d48514f47ad09d4771b9bb835c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Wed, 15 Sep 2010 21:37:56 -0400 Subject: development/pip: Updated for version 0.8.1. Signed-off-by: dsomero --- development/pip/pip.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'development/pip/pip.SlackBuild') diff --git a/development/pip/pip.SlackBuild b/development/pip/pip.SlackBuild index ca00b4616a..f8ca5a0b42 100644 --- a/development/pip/pip.SlackBuild +++ b/development/pip/pip.SlackBuild @@ -4,16 +4,14 @@ # Written by Audrius Kažukauskas PRGNAM=pip -VERSION=${VERSION:-0.7.2} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi -- cgit v1.2.3