diff options
-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 f55a608adb69c..daae6a1b8cf31 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 1257de73d76f7..33c3e1cd8f601 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="" |