diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2019-07-17 02:37:38 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-17 23:08:38 +0700 |
commit | 6a741ab68042b31821d2f012091d12de899469b3 (patch) | |
tree | 6fc5b9fac8e4cc17ef7a98b148bbaa55bc6c8da4 /games/stuntrally/stuntrally.SlackBuild | |
parent | dd38353f5aac1545d91fc010e5708c69f1ccb34c (diff) | |
download | slackbuilds-6a741ab68042b31821d2f012091d12de899469b3.tar.gz |
games/stuntrally: Update to 2.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/stuntrally/stuntrally.SlackBuild')
-rw-r--r-- | games/stuntrally/stuntrally.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/stuntrally/stuntrally.SlackBuild b/games/stuntrally/stuntrally.SlackBuild index d858c5ceea..60d2a75f68 100644 --- a/games/stuntrally/stuntrally.SlackBuild +++ b/games/stuntrally/stuntrally.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stuntrally -VERSION=${VERSION:-2.6} +VERSION=${VERSION:-2.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,9 +71,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 {} \; -# Fix compilation error with newer bullets. Thanks AUR. -patch -p1 < $CWD/stuntrally-bullet-2.84+.patch - mkdir -p build cd build cmake \ |