diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-08 00:20:05 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:14 +0700 |
commit | d79cdc76b753f3f08b6016eadb1d778a3de7c1d1 (patch) | |
tree | 3516b59abec4a685931c21a6e2d5815ab17413bb /games/odamex/odamex.SlackBuild | |
parent | 72183c362bad0598e6167de71c091e9733e1901b (diff) |
games/odamex: Add missing diff.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/odamex/odamex.SlackBuild')
-rw-r--r-- | games/odamex/odamex.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/odamex/odamex.SlackBuild b/games/odamex/odamex.SlackBuild index 8ddcc1ffe4291..11784389deb67 100644 --- a/games/odamex/odamex.SlackBuild +++ b/games/odamex/odamex.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20220208 bkw: BUILD=3, add the missing .diff... # 20211231 bkw: BUILD=2. # - the SDL2 segfault will likely be fixed soon (reported to PV, along # with a patch). add SDL2 environment variable, default to no. @@ -32,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=odamex VERSION=${VERSION:-0.9.5} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |