diff options
author | B. Watson <yalhcru@gmail.com> | 2020-09-07 21:38:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-12 23:45:07 +0700 |
commit | ec049e79ddc575528c44e3b677346e8d33dac7f4 (patch) | |
tree | 4de19042202c599f27dd958a92b642f704814d8e /games/higan | |
parent | 2c6936533eede795b210e4f9f5666dad43298f43 (diff) | |
download | slackbuilds-ec049e79ddc575528c44e3b677346e8d33dac7f4.tar.gz |
games/higan: Use github download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/higan')
-rw-r--r-- | games/higan/higan.SlackBuild | 10 | ||||
-rw-r--r-- | games/higan/higan.info | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games/higan/higan.SlackBuild b/games/higan/higan.SlackBuild index ae2f48eb98..d4675f6351 100644 --- a/games/higan/higan.SlackBuild +++ b/games/higan/higan.SlackBuild @@ -27,6 +27,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20200907 bkw: upstream source moved and changed to .tar.gz, get +# rid of p7zip dependency. BUILD=2. # 20200529 bkw: add "can't update version" note to README. # 20181211 bkw: # This update would not have happened without assistance and moral support @@ -46,7 +48,7 @@ PRGNAM=higan VERSION=${VERSION:-106} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -83,9 +85,9 @@ SRCNAM=${PRGNAM}_v${VERSION}-source rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM -7z x $CWD/$SRCNAM.7z -cd $SRCNAM +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION # Bletcherous permissions, please don't replace with template code. find . -type d -exec chmod 0755 {} \+ diff --git a/games/higan/higan.info b/games/higan/higan.info index 4bee32e849..2b56695513 100644 --- a/games/higan/higan.info +++ b/games/higan/higan.info @@ -1,10 +1,10 @@ PRGNAM="higan" VERSION="106" HOMEPAGE="https://byuu.org/emulation/higan/" -DOWNLOAD="https://download.byuu.org/higan_v106-source.7z" -MD5SUM="74fa6050909445035119ee764563c094" +DOWNLOAD="https://github.com/higan-emu/higan/archive/v106/higan-106.tar.gz" +MD5SUM="4a68c6b9671089b4a7fde0b234531d61" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="p7zip gtksourceview" +REQUIRES="gtksourceview" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |