diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-11-27 11:53:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:31:02 +0700 |
commit | b1efd50f54d497cdb8ad7ff9f781f71c0a37b01d (patch) | |
tree | 1d84df97fc139edbd6b5fa64d29e5412b5296591 /games/doomretro/doomretro.SlackBuild | |
parent | 6499c5bfe6b153907a8d6887859c2104192a101e (diff) | |
download | slackbuilds-b1efd50f54d497cdb8ad7ff9f781f71c0a37b01d.tar.gz |
games/doomretro: Updated for version 2.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/doomretro/doomretro.SlackBuild')
-rw-r--r-- | games/doomretro/doomretro.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/doomretro/doomretro.SlackBuild b/games/doomretro/doomretro.SlackBuild index a50a7a4764..d3c5b30b72 100644 --- a/games/doomretro/doomretro.SlackBuild +++ b/games/doomretro/doomretro.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=doomretro -VERSION=${VERSION:-2.5.7} +VERSION=${VERSION:-2.6} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -69,9 +69,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 {} \; -# Patched to support SDL2 -patch -p1 < $CWD/SDL2.patch - mkdir -p build cd build cmake \ |