diff options
Diffstat (limited to 'source/ap/ispell/ispell.SlackBuild')
-rwxr-xr-x | source/ap/ispell/ispell.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/ap/ispell/ispell.SlackBuild b/source/ap/ispell/ispell.SlackBuild index f14323e3..3fa949fe 100755 --- a/source/ap/ispell/ispell.SlackBuild +++ b/source/ap/ispell/ispell.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2002-2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2002-2021 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=ispell -VERSION=3.4.00 -BUILD=${BUILD:-2} +VERSION=3.4.01 +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -58,7 +58,7 @@ mkdir -p $PKG $PKG cd $TMP rm -rf ispell-$VERSION -tar xvf $CWD/ispell-$VERSION.tar.xz || exit 1 +tar xvf $CWD/ispell-$VERSION.tar.?z || exit 1 cd ispell-$VERSION || exit 1 chown -R root:root . find . \ |