From 4f2a8ad2bd3ab91f4175a80b509f4f7d3419fb6b Mon Sep 17 00:00:00 2001 From: David Melik Date: Wed, 22 Jan 2014 20:31:30 +0700 Subject: games/angband: Updated for version 3.5.0. Signed-off-by: Willy Sudiarto Raharjo --- games/angband/angband.SlackBuild | 10 +++++----- games/angband/angband.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'games/angband') diff --git a/games/angband/angband.SlackBuild b/games/angband/angband.SlackBuild index cdaa5737fd..0c9ec3808f 100644 --- a/games/angband/angband.SlackBuild +++ b/games/angband/angband.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Angband -# Copyright 2013 Marshall Scott, David Melik, Spokane, WA, USA +# Copyright 2013-2014 Marshall Scott, David Melik, Spokane, WA, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=angband -VERSION=v3.4.1 -BUILD=${BUILD:-3} +VERSION=${VERSION:-v3.5.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -90,7 +90,7 @@ find $PKG -name "delete.me" -exec rm -f {} \; for i in \ artifact ego_item flavor hints limits monster monster_base names object \ - object_base p_class p_hist p_race pain pit shop_own spell store terrain \ + object_base p_class p_hist p_race pain pit spell store terrain \ vault ; do mv $PKG/etc/angband/edit/$i.txt \ $PKG/etc/angband/edit/$i.txt.new ; @@ -102,7 +102,7 @@ cp $CWD/angband.desktop $PKG/usr/share/applications mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - changes.txt copying.txt faq.txt readme.txt thanks.txt lib/help/ \ + changes.txt compiling.txt copying.txt faq.txt readme.txt thanks.txt doc/ lib/help/ \ $PKG/usr/doc/$PRGNAM-$VERSION find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/angband/angband.info b/games/angband/angband.info index 471d821fb0..119281a3bd 100644 --- a/games/angband/angband.info +++ b/games/angband/angband.info @@ -1,8 +1,8 @@ PRGNAM="angband" -VERSION="v3.4.1" +VERSION="v3.5.0" HOMEPAGE="http://www.rephial.org/" -DOWNLOAD="http://rephial.org/downloads/3.4/angband-v3.4.1.tar.gz" -MD5SUM="3ea22e5caabc3de7b49bac13ba922a8c" +DOWNLOAD="http://rephial.org/downloads/3.5/angband-v3.5.0.tar.gz" +MD5SUM="4f6ee37abdb411285deb1685ddecba6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad