summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2017-03-01 21:57:29 +0100
committer Willy Sudiarto Raharjo2017-03-04 01:26:36 +0100
commit0823ca3ab8c8f0b10739259da025331c8b79df54 (patch)
tree6b8439ce533892619105d38d86951e609e06d124
parentb6e42aae6b85bd1ebfc8617255eddb0bafb8de8a (diff)
downloadslackbuilds-0823ca3ab8c8f0b10739259da025331c8b79df54.tar.gz
games/bastet: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--games/bastet/bastet.SlackBuild8
-rw-r--r--games/bastet/bastet.info2
2 files changed, 8 insertions, 2 deletions
diff --git a/games/bastet/bastet.SlackBuild b/games/bastet/bastet.SlackBuild
index b2e940744b..03de85dab0 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 a39107930b..89bec13cee 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=""