diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-26 00:51:39 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:39 +0700 |
commit | c32daa5b3629cde4f56afa63907c6a19e04f5d45 (patch) | |
tree | f39a76d3cbf16f87d25bac9bcc1f5ca2e243d7b2 | |
parent | cab929f2a6133e04054987f529d17e86dd0e8de8 (diff) |
games/uqm_voice: Updated for version 0.8.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/uqm_voice/README | 6 | ||||
-rw-r--r-- | games/uqm_voice/slack-desc | 6 | ||||
-rw-r--r-- | games/uqm_voice/uqm_voice.SlackBuild | 4 | ||||
-rw-r--r-- | games/uqm_voice/uqm_voice.info | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/games/uqm_voice/README b/games/uqm_voice/README index 52f9ad2cadf5..57ecc6e88eaf 100644 --- a/games/uqm_voice/README +++ b/games/uqm_voice/README @@ -1,5 +1,7 @@ +uqm_voice (optional game content for uqm) + The Ur-Quan Masters is a port of the 3DO version of the PC game "Star Control II". It runs on modern operating systems and is 100% free. -This package contains optional game content that provides in-game speech. -You don't need this package to play the game. +This package contains optional game content that provides in-game +speech. You don't need this package to play the game. diff --git a/games/uqm_voice/slack-desc b/games/uqm_voice/slack-desc index 9fe7f4e2a7cd..768bd06f52d4 100644 --- a/games/uqm_voice/slack-desc +++ b/games/uqm_voice/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -uqm_voice: uqm_voice (optional game content that provides in-game speech) +uqm_voice: uqm_voice (optional game content for uqm) uqm_voice: uqm_voice: The Ur-Quan Masters is a port of the 3DO version of the PC game "Star uqm_voice: Control II". It runs on modern operating systems and is 100% free. uqm_voice: uqm_voice: This package contains optional game content that provides in-game -uqm_voice: speech. You don't need this package to play the game. +uqm_voice: speech. You don't need this package to play the game. +uqm_voice: uqm_voice: -uqm_voice: To play the game, you must install uqm and uqm_content. uqm_voice: uqm_voice: diff --git a/games/uqm_voice/uqm_voice.SlackBuild b/games/uqm_voice/uqm_voice.SlackBuild index 42cda31858c0..a24530eb0a92 100644 --- a/games/uqm_voice/uqm_voice.SlackBuild +++ b/games/uqm_voice/uqm_voice.SlackBuild @@ -6,8 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201026 bkw: updated for v0.8.0 + PRGNAM=uqm_voice -VERSION=${VERSION:-0.7.0} +VERSION=${VERSION:-0.8.0} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/uqm_voice/uqm_voice.info b/games/uqm_voice/uqm_voice.info index d546aa41f9fb..4a50e3eebace 100644 --- a/games/uqm_voice/uqm_voice.info +++ b/games/uqm_voice/uqm_voice.info @@ -1,8 +1,8 @@ PRGNAM="uqm_voice" -VERSION="0.7.0" +VERSION="0.8.0" HOMEPAGE="http://sc2.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/sc2/uqm-0.7.0-voice.uqm" -MD5SUM="b78e0606325810f9f2e9ec786191c01b" +DOWNLOAD="http://downloads.sourceforge.net/sc2/uqm-0.8.0-voice.uqm" +MD5SUM="fc89f77d7b66c2669abca6c157f5259a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="uqm" |