From 31b7cbbf80eb0f68c9ecfe0eae23d7ab09e2053f Mon Sep 17 00:00:00 2001 From: Bloyburt Date: Fri, 24 Jun 2022 19:48:45 +0100 Subject: games/supertux: Updated for version 0.6.3. New maintainer. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- games/supertux/supertux.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/supertux/supertux.SlackBuild') diff --git a/games/supertux/supertux.SlackBuild b/games/supertux/supertux.SlackBuild index a6f59d02d86c..5db96b1a0be6 100644 --- a/games/supertux/supertux.SlackBuild +++ b/games/supertux/supertux.SlackBuild @@ -6,6 +6,8 @@ # All rights reserved. # Copyright 2019 Pedro R.M. JĂșnior, Campinas, SP, Brazil # All rights reserved. +# Copyright 2022 Bloyburt +# All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -27,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=supertux -VERSION=${VERSION:-0.6.2_rc.1} +VERSION=${VERSION:-0.6.3} SRCVERSION=$(echo $VERSION | tr _ - ) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,8 +84,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/supertux-0.6.2_rc1-boost-1.73.patch - mkdir -p build cd build cmake \ -- cgit v1.2.3