diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-01 15:57:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:26:36 +0700 |
commit | 0823ca3ab8c8f0b10739259da025331c8b79df54 (patch) | |
tree | 6b8439ce533892619105d38d86951e609e06d124 /games/bastet | |
parent | b6e42aae6b85bd1ebfc8617255eddb0bafb8de8a (diff) |
games/bastet: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/bastet')
-rw-r--r-- | games/bastet/bastet.SlackBuild | 8 | ||||
-rw-r--r-- | games/bastet/bastet.info | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games/bastet/bastet.SlackBuild b/games/bastet/bastet.SlackBuild index b2e940744b7b..03de85dab064 100644 --- a/games/bastet/bastet.SlackBuild +++ b/games/bastet/bastet.SlackBuild @@ -4,6 +4,12 @@ # Written by B. Watson (yalhcru@gmail.com) +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. + +# 20170301 bkw: +# - Add script license. +# - Use long-form github URL. + # 20140825 bkw: # - update for 0.43.1 # - install binary in /usr/games instead of /usr/bin @@ -50,7 +56,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -unzip $CWD/$VERSION.zip || unzip $CWD/$PRGNAM-$VERSION.zip +unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/games/bastet/bastet.info b/games/bastet/bastet.info index a39107930bce..89bec13cee8d 100644 --- a/games/bastet/bastet.info +++ b/games/bastet/bastet.info @@ -1,7 +1,7 @@ PRGNAM="bastet" VERSION="0.43.1" HOMEPAGE="http://fph.altervista.org/prog/bastet.html" -DOWNLOAD="https://github.com/fph/bastet/archive/0.43.1.zip" +DOWNLOAD="https://github.com/fph/bastet/archive/0.43.1/bastet-0.43.1.zip" MD5SUM="c85ae3df00c6da353306c26b02e364b9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |