From 5f2bafbe9387d4f6e29415e1bff74ed2d8a1cee9 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Sun, 2 Jun 2019 18:07:38 +0100 Subject: games/nethack: Updated for version 3.6.2. --- games/nethack/nethack.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/nethack/nethack.SlackBuild') diff --git a/games/nethack/nethack.SlackBuild b/games/nethack/nethack.SlackBuild index d0921fd38d8df..f9061f8ead5bc 100644 --- a/games/nethack/nethack.SlackBuild +++ b/games/nethack/nethack.SlackBuild @@ -5,7 +5,7 @@ # Written by Dugan Chen (thedoogster [at] gmail [dot] com) # Based on the Arch Linux PkgBuild. -# Now maintained by David Woodfall +# Now maintained by Dave Woodfall # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -25,11 +25,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nethack -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-3.6.2} +SRCVERSION=$(echo $VERSION | sed "s,\.,,g") BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCVER=${SRCVER:-361} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -64,7 +64,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$SRCVER-src.tgz +tar xvf $CWD/$PRGNAM-$SRCVERSION-src.tgz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ -- cgit v1.2.3