diff options
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 d858c5ceeaad9..60d2a75f685a9 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 \ |