summaryrefslogtreecommitdiffstats
path: root/games/odamex/odamex.SlackBuild
diff options
context:
space:
mode:
author B. Watson2022-02-08 06:20:05 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:35:14 +0100
commitd79cdc76b753f3f08b6016eadb1d778a3de7c1d1 (patch)
tree3516b59abec4a685931c21a6e2d5815ab17413bb /games/odamex/odamex.SlackBuild
parent72183c362bad0598e6167de71c091e9733e1901b (diff)
downloadslackbuilds-d79cdc76b753f3f08b6016eadb1d778a3de7c1d1.tar.gz
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.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/odamex/odamex.SlackBuild b/games/odamex/odamex.SlackBuild
index 8ddcc1ffe4..11784389de 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}