From ec049e79ddc575528c44e3b677346e8d33dac7f4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 7 Sep 2020 21:38:53 -0400 Subject: games/higan: Use github download URL. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/higan/higan.SlackBuild | 10 ++++++---- games/higan/higan.info | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'games') 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" -- cgit v1.2.3