aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-10-24 15:42:12 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-02 19:28:40 +0700
commit2bab7e587c81a6494bb09c3cb903ea03546aac41 (patch)
treec664281997309763d5051c5f403fc2d44d1147b7 /network
parent0cb6a52b2705d780c985530c21d76d8245bcca17 (diff)
network/neomutt: Bump BUILD; s/lua53/lua/ in README.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/neomutt/README7
-rw-r--r--network/neomutt/neomutt.SlackBuild7
2 files changed, 7 insertions, 7 deletions
diff --git a/network/neomutt/README b/network/neomutt/README
index bb806f509806..207974b60053 100644
--- a/network/neomutt/README
+++ b/network/neomutt/README
@@ -7,11 +7,10 @@ for selecting groups of messages.
Optional dependencies:
* notmuch - fast mail indexer for maildir
-* lua53 - Powerful, fast, light-weight, embeddable scripting language
- NOTE: this won't work if you have multiple versions of lua installed.
+* lua - Powerful, fast, light-weight, embeddable scripting language.
This script builds neomutt without optional support
-for idn2, notmuch, lua and kyotocabinet.
-You can be enabled with:
+for idn2, notmuch, lua, and kyotocabinet.
+Some of these can can be re-enabled with:
# USENOTMUCH=yes USELUA=yes ./neomutt.SlackBuild
diff --git a/network/neomutt/neomutt.SlackBuild b/network/neomutt/neomutt.SlackBuild
index 53bc4ec66b68..0de147cfab25 100644
--- a/network/neomutt/neomutt.SlackBuild
+++ b/network/neomutt/neomutt.SlackBuild
@@ -25,6 +25,10 @@
#
# Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds
+# 20241024 bkw: Modified by SlackBuilds.org, BUILD=2:
+# - update README for new lua.
+# - bump BUILD due to lua upgrade to 5.4; no script changes.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=neomutt
@@ -41,9 +45,6 @@ if [ -z ${ARCH:=""} ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0