summaryrefslogtreecommitdiffstats
path: root/python/python-uuid/python-uuid.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-uuid/python-uuid.SlackBuild')
-rw-r--r--python/python-uuid/python-uuid.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/python-uuid/python-uuid.SlackBuild b/python/python-uuid/python-uuid.SlackBuild
index fb7ecabc8e..85c66c5a90 100644
--- a/python/python-uuid/python-uuid.SlackBuild
+++ b/python/python-uuid/python-uuid.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for python-uuid
-# Copyright 2010 David Woodfall <dave@dawoodfall.net>
+# Copyright 2010 David Woodfall <dave@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,12 +21,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-SRCNAM=uuid
-PRGNAM=python-$SRCNAM
+PRGNAM=python-uuid
VERSION=${VERSION:-1.30}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=uuid
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;