games/rogue: i486 -> i586, update DOWNLOAD.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Melik 2016-08-21 19:35:31 +01:00 committed by David Spencer
parent fe12cc8dd1
commit 147cea3a09
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,7 +1,7 @@
PRGNAM="rogue"
VERSION="5.4.4"
HOMEPAGE="http://rogue.rogueforge.net/"
DOWNLOAD="http://rogue.rogueforge.net/files/rogue5.4/rogue5.4.4-src.tar.gz"
DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/rogue/rogue5.4.4-src.tar.gz/033288f46444b06814c81ea69d96e075/rogue5.4.4-src.tar.gz"
MD5SUM="033288f46444b06814c81ea69d96e075"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""