diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-03 14:29:52 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:57 +0700 |
commit | c9b6701e15856feb8a13ecee777ff468939a0ce2 (patch) | |
tree | 800b87c3a19a483b2e926e2bdbb8413a1cbc493c /games/notpacman | |
parent | d48213ca20843eff612d3fb81d36465351663dc3 (diff) |
games/notpacman: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/notpacman')
-rw-r--r-- | games/notpacman/notpacman.SlackBuild | 3 | ||||
-rw-r--r-- | games/notpacman/notpacman.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/games/notpacman/notpacman.SlackBuild b/games/notpacman/notpacman.SlackBuild index f55a608adb69..daae6a1b8cf3 100644 --- a/games/notpacman/notpacman.SlackBuild +++ b/games/notpacman/notpacman.SlackBuild @@ -24,9 +24,6 @@ PKGTYPE=${PKGTYPE:-tgz} # *.love files are just zip files full of lua code, they're cross-platform ARCH=noarch -# 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/notpacman/notpacman.info b/games/notpacman/notpacman.info index 1257de73d76f..33c3e1cd8f60 100644 --- a/games/notpacman/notpacman.info +++ b/games/notpacman/notpacman.info @@ -1,6 +1,6 @@ PRGNAM="notpacman" VERSION="1.0.4" -HOMEPAGE="http://stabyourself.net/notpacman/" +HOMEPAGE="https://stabyourself.net/notpacman/" DOWNLOAD="https://slackware.uk/~urchlay/src/notpacman-source.zip" MD5SUM="a7f00ac3b1c8cb94bfa07b711b076223" DOWNLOAD_x86_64="" |