From 09d5f75042eae044bea7efedfa9da3d1bc77dce5 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Wed, 30 Mar 2011 16:19:40 +0200 Subject: python/pytz: Updated for version 2011d Signed-off-by: Heinz Wiesinger --- python/pytz/pytz.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'python/pytz/pytz.SlackBuild') diff --git a/python/pytz/pytz.SlackBuild b/python/pytz/pytz.SlackBuild index 27d8fb5cd57d4..b41160ed738a0 100644 --- a/python/pytz/pytz.SlackBuild +++ b/python/pytz/pytz.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pytz -# Copyright 2009 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pytz -VERSION=2009n +VERSION=2011d 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