diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-01-05 00:27:10 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-01-05 08:59:48 +0100 |
commit | 10a7e72a8baac4003347b6ef8d421179d364750c (patch) | |
tree | ca1651293d15abc16c4b274b76fb2930569da3d0 /source/ap/ispell | |
parent | 4f5caa67e6249f03459f2f09ff518ca5fffdc694 (diff) | |
download | current-10a7e72a8baac4003347b6ef8d421179d364750c.tar.gz |
Tue Jan 5 00:27:10 UTC 202120210105002710
a/haveged-1.9.14-x86_64-1.txz: Upgraded.
ap/ispell-3.4.01-x86_64-1.txz: Upgraded.
d/distcc-3.3.5-x86_64-1.txz: Upgraded.
kde/calligra-3.2.1-x86_64-2.txz: Rebuilt.
Recompiled against poppler-21.01.0.
kde/cantor-20.12.0-x86_64-2.txz: Rebuilt.
Recompiled against poppler-21.01.0.
kde/kfilemetadata-5.77.0-x86_64-2.txz: Rebuilt.
Recompiled against poppler-21.01.0.
kde/kile-2.9.93-x86_64-2.txz: Rebuilt.
Recompiled against poppler-21.01.0.
kde/kitinerary-20.12.0-x86_64-2.txz: Rebuilt.
Recompiled against poppler-21.01.0.
kde/krita-4.4.1-x86_64-3.txz: Rebuilt.
Recompiled against poppler-21.01.0.
kde/okular-20.12.0-x86_64-2.txz: Rebuilt.
Recompiled against poppler-21.01.0.
l/imagemagick-7.0.10_55-x86_64-1.txz: Upgraded.
l/jasper-2.0.24-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.60.1-x86_64-1.txz: Upgraded.
l/ocl-icd-2.2.14-x86_64-1.txz: Upgraded.
l/poppler-21.01.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/python-idna-3.1-x86_64-1.txz: Upgraded.
l/python-pillow-8.1.0-x86_64-1.txz: Upgraded.
n/dehydrated-0.7.0-noarch-1.txz: Added.
This is a Let's Encrypt / ACME setup script. Thanks to Heinz Wiesinger.
n/dovecot-2.3.13-x86_64-1.txz: Upgraded.
n/fetchmail-6.4.15-x86_64-1.txz: Upgraded.
n/nettle-3.7-x86_64-1.txz: Upgraded.
tcl/tcl-8.6.11-x86_64-1.txz: Upgraded.
tcl/tk-8.6.11-x86_64-1.txz: Upgraded.
xfce/xfce4-screensaver-0.1.11-x86_64-4.txz: Rebuilt.
Don't ship unneeded autostart file. Thanks to ljb643.
Diffstat (limited to 'source/ap/ispell')
-rwxr-xr-x | source/ap/ispell/ispell.SlackBuild | 8 | ||||
-rw-r--r-- | source/ap/ispell/ispell.url | 1 |
2 files changed, 5 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 . \ diff --git a/source/ap/ispell/ispell.url b/source/ap/ispell/ispell.url new file mode 100644 index 00000000..f157e4ad --- /dev/null +++ b/source/ap/ispell/ispell.url @@ -0,0 +1 @@ +https://www.cs.hmc.edu/~geoff/ispell.html |