diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-02 16:06:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:26:49 +0700 |
commit | 18e9c3607c22358d0e03ecaf22b78fa5173fc449 (patch) | |
tree | a7f4680f725035bdedc4416a5c893b1984f24195 /games/supermariowar | |
parent | 01c92a2ecd8a679134454301737589a1f2451450 (diff) | |
download | slackbuilds-18e9c3607c22358d0e03ecaf22b78fa5173fc449.tar.gz |
games/supermariowar: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/supermariowar')
-rw-r--r-- | games/supermariowar/supermariowar.SlackBuild | 4 | ||||
-rw-r--r-- | games/supermariowar/supermariowar.info | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/supermariowar/supermariowar.SlackBuild b/games/supermariowar/supermariowar.SlackBuild index 794fc93a78..19bab1366f 100644 --- a/games/supermariowar/supermariowar.SlackBuild +++ b/games/supermariowar/supermariowar.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170302 bkw: use long-format github URL + PRGNAM=supermariowar VERSION=${VERSION:-2.0beta1} BUILD=${BUILD:-2} @@ -46,7 +48,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$TARVER -tar xvf $CWD/$PRGNAM-$TARVER.tar.gz || tar xvf $CWD/v$TARVER.tar.gz +tar xvf $CWD/$PRGNAM-$TARVER.tar.gz cd $PRGNAM-$TARVER chown -R root:root . find -L . \ diff --git a/games/supermariowar/supermariowar.info b/games/supermariowar/supermariowar.info index 51a9e530de..c58791723f 100644 --- a/games/supermariowar/supermariowar.info +++ b/games/supermariowar/supermariowar.info @@ -1,7 +1,7 @@ PRGNAM="supermariowar" VERSION="2.0beta1" HOMEPAGE="https://github.com/mmatyas/supermariowar" -DOWNLOAD="https://github.com/mmatyas/supermariowar/archive/v2.0-beta.1.tar.gz" +DOWNLOAD="https://github.com/mmatyas/supermariowar/archive/v2.0-beta.1/supermariowar-2.0-beta.1.tar.gz" MD5SUM="37084e687b54281fef862766f92a9481" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |