From 6e9bf54759c7cef765984277b59cb9e0ca3430f6 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 16 Nov 2013 19:01:55 +0100 Subject: games/blobby2: Updated for version 1.0rc3. Signed-off-by: Heinz Wiesinger --- games/blobby2/blobby2.SlackBuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'games/blobby2/blobby2.SlackBuild') diff --git a/games/blobby2/blobby2.SlackBuild b/games/blobby2/blobby2.SlackBuild index 3c2ab6b02c5d..0abb13761154 100644 --- a/games/blobby2/blobby2.SlackBuild +++ b/games/blobby2/blobby2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for blobby2 -# Copyright 2010-2012 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2010-2013 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=blobby2 -VERSION=1.0rc1 -BUILD=${BUILD:-2} +VERSION=1.0rc3 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -65,9 +65,6 @@ cd blobby-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# Fix compatibility with gcc 4.7 (svn revision 955) -patch -p1 -i $CWD/blobby2-gcc47.patch - mkdir -p build cd build cmake \ -- cgit v1.2.3