diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-04 05:46:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | 2b7b2efae33d39b078ba5017cb3afbd2f3f871d6 (patch) | |
tree | cc812d1e03150a5d68f5754ecc0bc5f70f39e6d9 /games/sms_sdl/sms_sdl.SlackBuild | |
parent | 2c2c487adc2a4455870c031b621430825ba414ee (diff) |
games/sms_sdl: Fix/enhance shell script wrapper.
Diffstat (limited to 'games/sms_sdl/sms_sdl.SlackBuild')
-rw-r--r-- | games/sms_sdl/sms_sdl.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/sms_sdl/sms_sdl.SlackBuild b/games/sms_sdl/sms_sdl.SlackBuild index 304124bd875e5..9656394de932c 100644 --- a/games/sms_sdl/sms_sdl.SlackBuild +++ b/games/sms_sdl/sms_sdl.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20160804 bkw: +# - fix and enhance sms_sdl.sh (qv), bump BUILD + # 20140907 bkw: # - use gzipped patches to avoid \r being stripped by SBo git # - update man page, convert to pod, move to section 6 @@ -16,7 +19,7 @@ PRGNAM=sms_sdl VERSION=${VERSION:-0.9.4a_r7.1} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |