diff options
author | Симонъ С. Болокановъ <sbolokanov@abv.bg> | 2017-04-04 01:13:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-06 21:02:59 +0700 |
commit | eb2801e20d5052c34f27408ecc2abb3f859019bf (patch) | |
tree | 549f4b51b85fc42884b6c98321cf4ff2dbe3e329 | |
parent | 94bc6073ef117decbe2592b99370bea9ba637a08 (diff) | |
download | slackbuilds-eb2801e20d5052c34f27408ecc2abb3f859019bf.tar.gz |
games/xonotic: Updated for version 0.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/xonotic/xonotic.SlackBuild | 8 | ||||
-rw-r--r-- | games/xonotic/xonotic.info | 6 |
2 files changed, 7 insertions, 7 deletions
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="" |