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 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'games/angband/angband.SlackBuild') 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 -- cgit v1.2.3