From eb2801e20d5052c34f27408ecc2abb3f859019bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B8=D0=BC=D0=BE=D0=BD=D1=8A=20=D0=A1=2E=20=D0=91?= =?UTF-8?q?=D0=BE=D0=BB=D0=BE=D0=BA=D0=B0=D0=BD=D0=BE=D0=B2=D1=8A?= Date: Tue, 4 Apr 2017 01:13:58 +0700 Subject: games/xonotic: Updated for version 0.8.2. Signed-off-by: Willy Sudiarto Raharjo --- games/xonotic/xonotic.SlackBuild | 8 ++++---- games/xonotic/xonotic.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'games/xonotic') diff --git a/games/xonotic/xonotic.SlackBuild b/games/xonotic/xonotic.SlackBuild index c47e2d464a..5cc7b26881 100644 --- a/games/xonotic/xonotic.SlackBuild +++ b/games/xonotic/xonotic.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xonotic -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.8.2} BUILD=${BUILD:-1} 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" diff --git a/games/xonotic/xonotic.info b/games/xonotic/xonotic.info index c20ba87678..2dd1a2ab4f 100644 --- a/games/xonotic/xonotic.info +++ b/games/xonotic/xonotic.info @@ -1,8 +1,8 @@ PRGNAM="xonotic" -VERSION="0.8.1" +VERSION="0.8.2" HOMEPAGE="http://www.xonotic.org/" -DOWNLOAD="http://dl.xonotic.org/xonotic-0.8.1.zip" -MD5SUM="f7a9cd8ab68a00336acca164f983b569" +DOWNLOAD="http://dl.xonotic.org/xonotic-0.8.2.zip" +MD5SUM="1bd46c1fb79aae42bb13e74f5a0ff46e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3