games/0ad: Updated for version 0.0.19-alpha.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-02-28 16:18:24 +07:00
parent 0ae2e9270f
commit ebfe126380
2 changed files with 7 additions and 8 deletions

View file

@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=0ad
VERSION=${VERSION:-0.0.18}
VERSION=${VERSION:-0.0.19}
RELEASE=${RELEASE:-alpha}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@ -68,7 +68,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS -fpermissive"
@ -87,8 +87,7 @@ build/workspaces/update-workspaces.sh \
--bindir=/usr/games \
--datadir=/usr/share/games/0ad \
--libdir=/usr/lib${LIBDIRSUFFIX}/0ad \
--${ATLAS:-disable}-atlas \
--sdl2
--${ATLAS:-disable}-atlas
make CONFIG=Release -C build/workspaces/gcc

View file

@ -1,8 +1,8 @@
PRGNAM="0ad"
VERSION="0.0.18"
VERSION="0.0.19"
HOMEPAGE="http://www.wildfiregames.com/0ad/"
DOWNLOAD="http://releases.wildfiregames.com/0ad-0.0.18-alpha-unix-build.tar.xz"
MD5SUM="84aedae3ab86955f87c55607600daa12"
DOWNLOAD="http://releases.wildfiregames.com/0ad-0.0.19-alpha-unix-build.tar.xz"
MD5SUM="1c16fdab6886ee21b076c69903054374"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="0ad-data OpenAL enet gloox miniupnpc SDL2"