diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-30 16:19:40 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:52:58 -0500 |
commit | 09d5f75042eae044bea7efedfa9da3d1bc77dce5 (patch) | |
tree | 1e4f99d325b97d0601f48ce4b94e3011b4be8ddf /python/pytz/pytz.SlackBuild | |
parent | 0876b3a18af9212ee1ece32c34f6d10b272c03f0 (diff) | |
download | slackbuilds-09d5f75042eae044bea7efedfa9da3d1bc77dce5.tar.gz |
python/pytz: Updated for version 2011d
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'python/pytz/pytz.SlackBuild')
-rw-r--r-- | python/pytz/pytz.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/pytz/pytz.SlackBuild b/python/pytz/pytz.SlackBuild index 27d8fb5cd5..b41160ed73 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 |