From 5270035c3def213c55359ed8630be6b6ae262a32 Mon Sep 17 00:00:00 2001 From: David Melik Date: Sun, 27 Aug 2017 08:19:01 +0700 Subject: games/angband: Updated for version 4.1.0. Signed-off-by: Willy Sudiarto Raharjo --- games/angband/angband.SlackBuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'games/angband/angband.SlackBuild') diff --git a/games/angband/angband.SlackBuild b/games/angband/angband.SlackBuild index 6503207eed..d4e2051ff1 100644 --- a/games/angband/angband.SlackBuild +++ b/games/angband/angband.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for Angband -# Copyright 2013-2014 Marshall Scott, David Melik, Spokane, WA, USA +# Copyright 2013 Marshall Scott, SlackBuilds.org Project, David Melik, Spokane, +# WA, USA. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=angband -VERSION=${VERSION:-4.0.5} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,10 +59,10 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT -rm -rf $TMP/$PRGNAM-$VERSION +rm -rf $TMP/$PRGNAM-master cd $TMP tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +cd $PRGNAM-master chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -- cgit v1.2.3