summaryrefslogtreecommitdiffstats
path: root/graphics/blender/blender.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/blender/blender.SlackBuild')
-rw-r--r--graphics/blender/blender.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/blender/blender.SlackBuild b/graphics/blender/blender.SlackBuild
index f9cb3c5ba4..e0af82bf47 100644
--- a/graphics/blender/blender.SlackBuild
+++ b/graphics/blender/blender.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2008-2011 Robby Workman Northport, AL, USA
+# Copyright 2008-2012 Robby Workman Northport, AL, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
PRGNAM=blender
-VERSION=${VERSION:-2.61}
+VERSION=${VERSION:-2.63}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,12 +55,12 @@ else
printf "\n\n$ARCH is not supported... \n"
exit 1
fi
-
+
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVERSION-${ARCH}
-tar xvf $CWD/$PRGNAM-$SRCVERSION-${ARCH}.tar.bz2
+tar xvf $CWD/$PRGNAM-$SRCVERSION-${ARCH}.tar.bz2
cd $PRGNAM-$SRCVERSION-${ARCH}
chown -R root:root .