diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-02 16:03:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:26:49 +0700 |
commit | 43592c45349c2df813e7ff02c1c894abdd37d7b8 (patch) | |
tree | b86455c3336c6f78cc1c1a80eef63cb4bfe5b90c | |
parent | 99dd46719a4877767f7e25ecee7cf21973546839 (diff) | |
download | slackbuilds-43592c45349c2df813e7ff02c1c894abdd37d7b8.tar.gz |
games/opendune: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | games/opendune/opendune.SlackBuild | 4 | ||||
-rw-r--r-- | games/opendune/opendune.info | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/opendune/opendune.SlackBuild b/games/opendune/opendune.SlackBuild index 7afc0d41df..5273778340 100644 --- a/games/opendune/opendune.SlackBuild +++ b/games/opendune/opendune.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=opendune VERSION=${VERSION:-0.8} BUILD=${BUILD:-1} @@ -46,7 +48,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ diff --git a/games/opendune/opendune.info b/games/opendune/opendune.info index 701e9ac486..63ff1737a1 100644 --- a/games/opendune/opendune.info +++ b/games/opendune/opendune.info @@ -1,7 +1,7 @@ PRGNAM="opendune" VERSION="0.8" HOMEPAGE="https://github.com/OpenDUNE/OpenDUNE" -DOWNLOAD="https://github.com/OpenDUNE/OpenDUNE/archive/0.8.tar.gz" +DOWNLOAD="https://github.com/OpenDUNE/OpenDUNE/archive/0.8/OpenDUNE-0.8.tar.gz" MD5SUM="4ea683910eefb065eda80c06d5a3077f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |