diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-16 16:50:26 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:14 +0700 |
commit | 92e8e37904b9ba4df0fab07787e011934ce0a3e0 (patch) | |
tree | abf1d0fdb25787ebee0640f3c445072f5ade21f4 /games/uqm_3domusic | |
parent | 3ed6a403f0703d31f48c1223311db077fdb541c9 (diff) |
games/uqm_3domusic: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/uqm_3domusic')
-rw-r--r-- | games/uqm_3domusic/README | 5 | ||||
-rw-r--r-- | games/uqm_3domusic/uqm_3domusic.SlackBuild | 3 | ||||
-rw-r--r-- | games/uqm_3domusic/uqm_3domusic.info | 2 |
3 files changed, 1 insertions, 9 deletions
diff --git a/games/uqm_3domusic/README b/games/uqm_3domusic/README index 26ad6ef055930..905b8cc12fa6f 100644 --- a/games/uqm_3domusic/README +++ b/games/uqm_3domusic/README @@ -7,8 +7,3 @@ This package contains optional game content that provides high-quality in-game music. You don't need this package to play the game. Without this package, there will still be music during the game; it just doesn't sound as nice. - -Note: I'm aware there was a recent uqm-0.8.0-3domusic release. -However, the contents of the .uqm file (which is really just a zip -file) are byte-for-byte identical to the 0.7.0 one, so it seems silly -to upgrade. diff --git a/games/uqm_3domusic/uqm_3domusic.SlackBuild b/games/uqm_3domusic/uqm_3domusic.SlackBuild index 30bddedfba655..97f993a264d41 100644 --- a/games/uqm_3domusic/uqm_3domusic.SlackBuild +++ b/games/uqm_3domusic/uqm_3domusic.SlackBuild @@ -17,9 +17,6 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/games/uqm_3domusic/uqm_3domusic.info b/games/uqm_3domusic/uqm_3domusic.info index bc2f94c57cd17..a136a0e4b1aa3 100644 --- a/games/uqm_3domusic/uqm_3domusic.info +++ b/games/uqm_3domusic/uqm_3domusic.info @@ -1,7 +1,7 @@ PRGNAM="uqm_3domusic" VERSION="0.8.0" HOMEPAGE="http://sc2.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/sc2/uqm-0.8.0-3domusic.uqm" +DOWNLOAD="https://downloads.sourceforge.net/sc2/uqm-0.8.0-3domusic.uqm" MD5SUM="9e5801d45ca12028b486cdeb83568c02" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |