summaryrefslogtreecommitdiffstats
path: root/python/pychart
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-03-29 23:47:06 +0200
committer Robby Workman <rworkman@slackbuilds.org>2011-03-30 22:52:57 -0500
commit1acb78077679edcf2a22abea82fa9e96375e2da4 (patch)
tree08dfd533a6f2ee248d68707d298f77557ee9bc34 /python/pychart
parent0077d2638462a553d30c2da997830d46f60a144d (diff)
downloadslackbuilds-1acb78077679edcf2a22abea82fa9e96375e2da4.tar.gz
slackbuilds-1acb78077679edcf2a22abea82fa9e96375e2da4.tar.xz
python/pychart: Updated maintainer information.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'python/pychart')
-rw-r--r--python/pychart/pychart.SlackBuild4
-rw-r--r--python/pychart/pychart.info2
2 files changed, 2 insertions, 4 deletions
diff --git a/python/pychart/pychart.SlackBuild b/python/pychart/pychart.SlackBuild
index 03ad6f93c7..eec11aab6f 100644
--- a/python/pychart/pychart.SlackBuild
+++ b/python/pychart/pychart.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pychart
-# Copyright 2009 Heinz Wiesinger <pprkut@liwjatan.at>
+# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,12 +29,10 @@ TAG=${TAG:-_SBo}
SRCNAM=PyChart
-# 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
diff --git a/python/pychart/pychart.info b/python/pychart/pychart.info
index 5db652308d..365308ab81 100644
--- a/python/pychart/pychart.info
+++ b/python/pychart/pychart.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://download.gna.org/pychart/PyChart-1.39.tar.gz"
MD5SUM="f1f509a1c4623056c8e780bb7c9a05c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="pprkut"
+MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman"