diff options
Diffstat (limited to 'games/nethack/nethack.SlackBuild')
-rw-r--r-- | games/nethack/nethack.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 <dave@dawoodfall.net> +# Now maintained by Dave Woodfall <dave@slackbuilds.org> # 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 . \ |